ymaoj commited on
Commit
100b280
1 Parent(s): 102eb84

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -1,3 +1,27 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ # Tibetan-Llama2-7B
6
+
7
+ **This is the full Tibetan-Llama2-7B model,which can be loaded directly for inference and full-parameter training.**
8
+
9
+ **Related models👇**
10
+
11
+ * Base models
12
+ * [Tibetan-Llama2-7B](https://huggingface.co/ymaoj/Tibetan-Llama2-7b)
13
+ * [Tibetan-Llama2-13B](https://huggingface.co/ymaoj/Tibetan-Llama2-13b)
14
+ * Instruction/Chat models
15
+ * [Tibetan-Alpaca-7B](https://huggingface.co/ymaoj/Tibetan-Alpaca-7b)
16
+ * [Tibetan-Alpaca-13B](https://huggingface.co/ymaoj/Tibetan-Alpaca-13b)
17
+
18
+
19
+ # Description of Tibetan-Llama2-Alpaca
20
+ This project is based on the Llama2, We open-source Tibetan Llama2 (foundation model) and Alpaca (instruction-following model). These models have been expanded and optimized with Tibetan vocabulary beyond the original Llama2.
21
+ The main contents of this project include:
22
+
23
+ * 🚀 New extended Tibetan vocabulary beyond Llama2, open-sourcing the Tibetan Llama2 and Alpaca LLMs.
24
+ * 🚀 Quickly deploy and experience the quantized LLMs on CPU/GPU of personal PC
25
+ * 🚀 Support for Llama ecosystems like 🤗transformers, Llama.cpp, text-generation-webui, LangChain, vLLM etc.
26
+
27
+ Please refer to [https://github.com/ymaoj/Tibetan-LLAMA2-Tibetan-Alpaca/](https://github.com/ymaoj/Tibetan-LLAMA2-Tibetan-Alpaca/) for details.