rigonsallauka
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -51,6 +51,7 @@ tags:
|
|
51 |
## Evaluation metrics
|
52 |
- eval_loss = 0.24279939405748557
|
53 |
- f1_score = 0.8006730836297691
|
|
|
54 |
- precision = 0.8084832904884319
|
55 |
- recall = 0.7930123311802701
|
56 |
|
@@ -59,7 +60,6 @@ You can easily use this model with the Hugging Face `transformers` library. Here
|
|
59 |
|
60 |
```python
|
61 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
62 |
-
import torch
|
63 |
|
64 |
model_name = "rigonsallauka/english_medical_ner"
|
65 |
|
|
|
51 |
## Evaluation metrics
|
52 |
- eval_loss = 0.24279939405748557
|
53 |
- f1_score = 0.8006730836297691
|
54 |
+
|
55 |
- precision = 0.8084832904884319
|
56 |
- recall = 0.7930123311802701
|
57 |
|
|
|
60 |
|
61 |
```python
|
62 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
|
|
63 |
|
64 |
model_name = "rigonsallauka/english_medical_ner"
|
65 |
|