Spaces:
Runtime error
Runtime error
move file
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ Dataset consists of legal requisition/demand letters for Life Insurance, however
|
|
36 |
## Data preprocessing
|
37 |
The OCRed data is present as JSON here ```data/raw_data/annotations```.
|
38 |
I wrote this code to convert the JSON data in format suitable for HF TokenClassification
|
39 |
-
```source/services/ner/awscomprehend_2_ner_format.py```
|
40 |
|
41 |
## Finetuning BERT Transformers model
|
42 |
```source/services/ner/train/train.py```
|
|
|
36 |
## Data preprocessing
|
37 |
The OCRed data is present as JSON here ```data/raw_data/annotations```.
|
38 |
I wrote this code to convert the JSON data in format suitable for HF TokenClassification
|
39 |
+
```source/services/ner/preprocess/awscomprehend_2_ner_format.py```
|
40 |
|
41 |
## Finetuning BERT Transformers model
|
42 |
```source/services/ner/train/train.py```
|
source/services/ner/{awscomprehend_2_ner_format.py β preprocess/awscomprehend_2_ner_format.py}
RENAMED
File without changes
|