new5558 commited on
Commit
1abd6ae
1 Parent(s): 6c0605a

docs: change from fairseq to transfromres

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -3,16 +3,15 @@ license: mit
3
  datasets:
4
  - scb_mt_enth_2020
5
  - oscar
6
- - best2009
7
  - wikipedia
 
8
  language:
9
  - th
10
- library_name: fairseq
11
  ---
12
  # HoogBERTa
13
 
14
- This repository includes the Thai pretrained language representation (HoogBERTa_base) and the fine-tuned model for multitask sequence labeling.
15
-
16
 
17
 
18
  # Documentation
@@ -96,4 +95,5 @@ Please cite as:
96
  }
97
  ```
98
 
99
- Download full-text [PDF](https://drive.google.com/file/d/1hwdyIssR5U_knhPE2HJigrc0rlkqWeLF/view?usp=sharing)
 
 
3
  datasets:
4
  - scb_mt_enth_2020
5
  - oscar
 
6
  - wikipedia
7
+ - best2009
8
  language:
9
  - th
10
+ library_name: transformers
11
  ---
12
  # HoogBERTa
13
 
14
+ This repository includes the Thai pretrained language representation (HoogBERTa_base) and the fine-tuned model for multitask sequence labeling.
 
15
 
16
 
17
  # Documentation
 
95
  }
96
  ```
97
 
98
+ Download full-text [PDF](https://drive.google.com/file/d/1hwdyIssR5U_knhPE2HJigrc0rlkqWeLF/view?usp=sharing)
99
+ Check out the code on [Github](https://github.com/lstnlp/HoogBERTa)