MichaelHuang
commited on
Commit
•
25f2456
1
Parent(s):
dc9592f
Update README.md
Browse files
README.md
CHANGED
@@ -76,3 +76,10 @@ predictions = ner_predict(test_sentence, model, tokenizer, labels_dict)
|
|
76 |
for token, label in predictions:
|
77 |
print(f"{token}: {label}")
|
78 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
for token, label in predictions:
|
77 |
print(f"{token}: {label}")
|
78 |
```
|
79 |
+
|
80 |
+
### Eval results
|
81 |
+
|
82 |
+
| eval_loss | eval_accuracy| eval_f1|epoch | eval_precision | eval_recall |
|
83 |
+
|:--------:|:-------------:|:------:|:----:|:---------------:|:----------:|
|
84 |
+
| 0.11 | 0.97 | 0.88 | 3.0 | 0.87 | 0.89 |
|
85 |
+
|