new5558 commited on
Commit
7626f65
1 Parent(s): f687803

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 use NER Tagging, use the following commands
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