metaphors commited on
Commit
30579e5
·
verified ·
1 Parent(s): 8aa5347

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # TiBERT: Tibetan Pre-trained Language Model
2
+
3
+ ## Citation
4
+
5
+ Please cite our [paper](https://ieeexplore.ieee.org/document/9945074) if you use this model:
6
+
7
+ ```
8
+ @INPROCEEDINGS{9945074,
9
+ author={Liu, Sisi and Deng, Junjie and Sun, Yuan and Zhao, Xiaobing},
10
+ booktitle={2022 IEEE International Conference on Systems, Man, and Cybernetics (SMC)},
11
+ title={TiBERT: Tibetan Pre-trained Language Model},
12
+ year={2022},
13
+ volume={},
14
+ number={},
15
+ pages={2956-2961},
16
+ keywords={Vocabulary;Text categorization;Training data;Natural language processing;Data models;Task analysis;Cybernetics;Pre-trained language model;Tibetan;Sentencepiece;TiBERT;Text classification;Question generation},
17
+ doi={10.1109/SMC53654.2022.9945074}}
18
+
19
+ ```