Text Generation
Transformers
Safetensors
Indonesian
English
qwen2
conversational
convAI
Inference Endpoints
text-generation-inference
gmonsoon commited on
Commit
28512f6
1 Parent(s): e6e0dfe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -10
README.md CHANGED
@@ -91,19 +91,12 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
91
 
92
  If you use the Nusantara language model in your research or project, please cite it as:
93
  ```
94
- @article{Nusantara,
95
- title={Nusantara: An Open Weight Language Model of Bahasa Indonesia},
96
  author={Zulfikar Aji Kusworo},
97
  publisher={Hugging Face}
98
  journal={Hugging Face Repository},
99
  year={2024}
100
- }
101
- ```
102
- ```
103
- @article{qwen,
104
- title={Qwen Technical Report},
105
- author={Jinze Bai and Shuai Bai and Yunfei Chu and Zeyu Cui and Kai Dang and Xiaodong Deng and Yang Fan and Wenbin Ge and Yu Han and Fei Huang and Binyuan Hui and Luo Ji and Mei Li and Junyang Lin and Runji Lin and Dayiheng Liu and Gao Liu and Chengqiang Lu and Keming Lu and Jianxin Ma and Rui Men and Xingzhang Ren and Xuancheng Ren and Chuanqi Tan and Sinan Tan and Jianhong Tu and Peng Wang and Shijie Wang and Wei Wang and Shengguang Wu and Benfeng Xu and Jin Xu and An Yang and Hao Yang and Jian Yang and Shusheng Yang and Yang Yao and Bowen Yu and Hongyi Yuan and Zheng Yuan and Jianwei Zhang and Xingxuan Zhang and Yichang Zhang and Zhenru Zhang and Chang Zhou and Jingren Zhou and Xiaohuan Zhou and Tianhang Zhu},
106
- journal={arXiv preprint arXiv:2309.16609},
107
- year={2023}
108
  }
109
  ```
 
91
 
92
  If you use the Nusantara language model in your research or project, please cite it as:
93
  ```
94
+ @misc{zulfikar_aji_kusworo_2024,
95
+ title={Nusantara: A Series of Versatile Open Weight Language Model of Bahasa Indonesia},
96
  author={Zulfikar Aji Kusworo},
97
  publisher={Hugging Face}
98
  journal={Hugging Face Repository},
99
  year={2024}
100
+ url = {https://huggingface.co/kalisai}
 
 
 
 
 
 
 
101
  }
102
  ```