Text Generation
Transformers
PyTorch
Safetensors
English
Chinese
llama
text-generation-inference
Inference Endpoints
GeneZC commited on
Commit
0a2f9d6
β€’
1 Parent(s): 6e4667b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -14,7 +14,7 @@ widget:
14
 
15
  ## MiniMA-3B
16
 
17
- πŸ“‘ [arXiv]() | πŸ‘» [GitHub](https://github.com/GeneZC/MiniMA) | πŸ€— [HuggingFace-MiniMA](https://huggingface.co/GeneZC/MiniMA-3B) | πŸ€— [HuggingFace-MiniChat](https://huggingface.co/GeneZC/MiniChat-3B) | πŸ€– [ModelScope-MiniMA](https://modelscope.cn/models/GeneZC/MiniMA-3B) | πŸ€– [ModelScope-MiniChat](https://modelscope.cn/models/GeneZC/MiniChat-3B)
18
 
19
  ❗ Must comply with LICENSE of LLaMA2 since it is derived from LLaMA2.
20
 
@@ -58,6 +58,6 @@ output = tokenizer.decode(output_ids, skip_special_tokens=True).strip()
58
  title={Towards the Law of Capacity Gap in Distilling Language Models},
59
  author={Zhang, Chen and Song, Dawei and Ye, Zheyu and Gao, Yan},
60
  year={2023},
61
- url={}
62
  }
63
  ```
 
14
 
15
  ## MiniMA-3B
16
 
17
+ πŸ“‘ [arXiv](https://arxiv.org/abs/2311.07052) | πŸ‘» [GitHub](https://github.com/GeneZC/MiniMA) | πŸ€— [HuggingFace-MiniMA](https://huggingface.co/GeneZC/MiniMA-3B) | πŸ€— [HuggingFace-MiniChat](https://huggingface.co/GeneZC/MiniChat-3B) | πŸ€– [ModelScope-MiniMA](https://modelscope.cn/models/GeneZC/MiniMA-3B) | πŸ€– [ModelScope-MiniChat](https://modelscope.cn/models/GeneZC/MiniChat-3B)
18
 
19
  ❗ Must comply with LICENSE of LLaMA2 since it is derived from LLaMA2.
20
 
 
58
  title={Towards the Law of Capacity Gap in Distilling Language Models},
59
  author={Zhang, Chen and Song, Dawei and Ye, Zheyu and Gao, Yan},
60
  year={2023},
61
+ url={https://arxiv.org/abs/2311.07052}
62
  }
63
  ```