You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[**Setup Label Studio External Storage**](#setup-label-studio-external-storage)
14
+
-[**Downloading Labelled Files for Training**](#downloading-labelled-files-for-training
14
15
-[**Label Studio Usage**](#label-studio-usage)
15
16
-[**Account creation**](#account-creation)
16
17
-[**Navigation**](#navigation)
@@ -70,6 +71,18 @@ Inside the Label Studio instance
70
71
71
72
---
72
73
74
+
### Downloading Labelled Files for Training
75
+
76
+
To download all currently labelled files follow the following steps:
77
+
1. Navigate to the Azure blob storage account and locate the `labelled` folder setup above.
78
+
2. All files in `labelled` are numbered according to the LabelStudio task ID and are JSON files even though they don't have the extension.
79
+
3. Expand the window and scroll all the way to the bottom of all files to ensure they're all in view.
80
+
4. At the top select the radio button that selects all the files and in the menu bar at the top right select the download button, this will begin downloading all files one by one (yes, it's not perfect).
81
+
5. From your downloads folder select all the files and move into a folder `data/entity-extraction/raw/<DATE>_label-export/`
82
+
6. Now the NER model training can have this folder entered as the raw label input path.
83
+
84
+
---
85
+
73
86
## **Label Studio Usage**
74
87
---
75
88
### **Account creation**
@@ -137,4 +150,4 @@ For general information, [visit LabelStudios templates page.](https://labelstud.
137
150
- Delete the entity using above
138
151
- Select the correct label and click/drag the correct span of text
0 commit comments