Update README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
### This model is trained from Mistral-7B-Instruct-V0.2 with 90% chinese dataset and 10% english dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
```
|
| 6 |
from transformers import GenerationConfig, LlamaForCausalLM, LlamaTokenizer,AutoTokenizer,AutoModelForCausalLM,MistralForCausalLM
|
| 7 |
import torch
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
### This model is trained from Mistral-7B-Instruct-V0.2 with 90% chinese dataset and 10% english dataset
|
| 5 |
+
github [Web-UI](https://github.com/moseshu/llama2-chat/tree/main/webui)
|
| 6 |
+
|
| 7 |
+

|
| 8 |
+
|
| 9 |
```
|
| 10 |
from transformers import GenerationConfig, LlamaForCausalLM, LlamaTokenizer,AutoTokenizer,AutoModelForCausalLM,MistralForCausalLM
|
| 11 |
import torch
|