Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ library_name: transformers
|
|
9 |
---
|
10 |
# HoogBERTa
|
11 |
|
12 |
-
This repository includes the Thai pretrained language representation (HoogBERTa_base) fine-tuned for Named-Entity Recognition (NER) Task
|
13 |
|
14 |
|
15 |
# Documentation
|
@@ -32,7 +32,7 @@ tokenizer = RobertaTokenizerFast.from_pretrained("new5558/HoogBERTa-NER-lst20")
|
|
32 |
model = RobertaForTokenClassification.from_pretrained("new5558/HoogBERTa-NER-lst20")
|
33 |
```
|
34 |
|
35 |
-
To
|
36 |
|
37 |
```python
|
38 |
from transformers import pipeline
|
|
|
9 |
---
|
10 |
# HoogBERTa
|
11 |
|
12 |
+
This repository includes the Thai pretrained language representation (HoogBERTa_base) fine-tuned for **Named-Entity Recognition (NER) Task**.
|
13 |
|
14 |
|
15 |
# Documentation
|
|
|
32 |
model = RobertaForTokenClassification.from_pretrained("new5558/HoogBERTa-NER-lst20")
|
33 |
```
|
34 |
|
35 |
+
To do NER Tagging, use the following commands
|
36 |
|
37 |
```python
|
38 |
from transformers import pipeline
|