Skip to content

Commit 96b696e

Browse files
authored
Add Label Data Downloading Steps
1 parent fc5e74e commit 96b696e

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

src/entity_extraction/LabelStudio_README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The finding fossils team setup a privately hosted version of LabelStudio using H
1111
- [**Create Azure Blob Storage**](#create-azure-blob-storage)
1212
- [**Setup PostgreSQL Database**](#setup-postgresql-database)
1313
- [**Setup Label Studio External Storage**](#setup-label-studio-external-storage)
14+
- [**Downloading Labelled Files for Training**](#downloading-labelled-files-for-training
1415
- [**Label Studio Usage**](#label-studio-usage)
1516
- [**Account creation**](#account-creation)
1617
- [**Navigation**](#navigation)
@@ -70,6 +71,18 @@ Inside the Label Studio instance
7071

7172
---
7273

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+
7386
## **Label Studio Usage**
7487
---
7588
### **Account creation**
@@ -137,4 +150,4 @@ For general information, [visit LabelStudios templates page.](https://labelstud.
137150
- Delete the entity using above
138151
- Select the correct label and click/drag the correct span of text
139152

140-
![Correct Entity](../../assets/labelstudio-instructions/correct_labels.png)
153+
![Correct Entity](../../assets/labelstudio-instructions/correct_labels.png)

0 commit comments

Comments
 (0)