PaulTran commited on
Commit
0fc580a
1 Parent(s): 6fd7241

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -26,4 +26,13 @@ This is a finetuned PhoBERT model for essay categories classification.
26
  - Descriptive - Miêu tả
27
  - Narrative - Tự sự
28
  - Expository - Thuyết minh
29
- - This model will classify sentences into these 5 categories
 
 
 
 
 
 
 
 
 
 
26
  - Descriptive - Miêu tả
27
  - Narrative - Tự sự
28
  - Expository - Thuyết minh
29
+ - This model will classify sentences into these 5 categories
30
+
31
+ The general architecture and experimental results of PhoBERT can be found in our EMNLP-2020 Findings [paper](https://arxiv.org/abs/2003.00744):
32
+
33
+ @article{phobert,
34
+ title = {{PhoBERT: Pre-trained language models for Vietnamese}},
35
+ author = {Dat Quoc Nguyen and Anh Tuan Nguyen},
36
+ journal = {Findings of EMNLP},
37
+ year = {2020}
38
+ }