Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ It achieves the following results on the evaluation set:
|
|
20 |
- Loss: 0.0585
|
21 |
- F1: 0.9536
|
22 |
|
23 |
-
## Model
|
24 |
|
25 |
```python
|
26 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
@@ -39,13 +39,7 @@ print(ner_results)
|
|
39 |
|
40 |
```
|
41 |
|
42 |
-
## Intended uses & limitations
|
43 |
|
44 |
-
More information needed
|
45 |
-
|
46 |
-
## Training and evaluation data
|
47 |
-
|
48 |
-
More information needed
|
49 |
|
50 |
## Training procedure
|
51 |
|
|
|
20 |
- Loss: 0.0585
|
21 |
- F1: 0.9536
|
22 |
|
23 |
+
## Model Usage
|
24 |
|
25 |
```python
|
26 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
|
|
39 |
|
40 |
```
|
41 |
|
|
|
42 |
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
## Training procedure
|
45 |
|