rigonsallauka commited on
Commit
95cc143
1 Parent(s): 001e11d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -21,7 +21,8 @@ datasets:
21
  ---
22
  # Slovenian Medical NER
23
 
24
- ## Use
 
25
  - **Primary Use Case**: This model is designed to extract medical entities such as symptoms, diagnostic tests, and treatments from clinical text in the Slovenian language.
26
  - **Applications**: Suitable for healthcare professionals, clinical data analysis, and research into medical text processing.
27
  - **Supported Entity Types**:
@@ -58,7 +59,6 @@ You can easily use this model with the Hugging Face `transformers` library. Here
58
 
59
  ```python
60
  from transformers import AutoTokenizer, AutoModelForTokenClassification
61
- import torch
62
 
63
  model_name = "rigonsallauka/slovenian_medical_ner"
64
 
 
21
  ---
22
  # Slovenian Medical NER
23
 
24
+ ##
25
+ Use
26
  - **Primary Use Case**: This model is designed to extract medical entities such as symptoms, diagnostic tests, and treatments from clinical text in the Slovenian language.
27
  - **Applications**: Suitable for healthcare professionals, clinical data analysis, and research into medical text processing.
28
  - **Supported Entity Types**:
 
59
 
60
  ```python
61
  from transformers import AutoTokenizer, AutoModelForTokenClassification
 
62
 
63
  model_name = "rigonsallauka/slovenian_medical_ner"
64