Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- code
|
| 7 |
---
|
| 8 |
+
> ### Model introduction
|
| 9 |
+
the base model is meta-llama/Llama-2-7b-hf.
|
| 10 |
+
|
| 11 |
+
the adapter_model.bin is trained on 30G datasets including intruction datastes,pretrained datasets,zh,en languages
|
| 12 |
+
* training code is here [code](https://github.com/moseshu/llama2-chat/blob/main/README.md)
|
| 13 |
+
* comming soon ChatLlama2-7b and 13B
|