Instructions to use UTibetNLP/tibetan_bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use UTibetNLP/tibetan_bert with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("UTibetNLP/tibetan_bert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,9 +4,11 @@ license: apache-2.0
|
|
| 4 |
|
| 5 |
# Tibetan BERT Model
|
| 6 |
|
|
|
|
|
|
|
| 7 |
## Citation
|
| 8 |
|
| 9 |
-
Please cite our [paper](https://dl.acm.org/doi/10.1145/3548608.3559255) if you use this model:
|
| 10 |
|
| 11 |
```
|
| 12 |
@inproceedings{10.1145/3548608.3559255,
|
|
|
|
| 4 |
|
| 5 |
# Tibetan BERT Model
|
| 6 |
|
| 7 |
+
**We also open-sourced the training corpus [here](https://huggingface.co/datasets/UTibetNLP/tibetan_news_classification).**
|
| 8 |
+
|
| 9 |
## Citation
|
| 10 |
|
| 11 |
+
Please cite our [paper](https://dl.acm.org/doi/10.1145/3548608.3559255) if you use this model or the training corpus:
|
| 12 |
|
| 13 |
```
|
| 14 |
@inproceedings{10.1145/3548608.3559255,
|