Moses25 commited on
Commit
32524b5
1 Parent(s): d2586be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
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
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/62f4c7172f63f904a0c61ba3/JIeyxhTm9_PNzXyU7wQVd.png)
8
+
9
  ```
10
  from transformers import GenerationConfig, LlamaForCausalLM, LlamaTokenizer,AutoTokenizer,AutoModelForCausalLM,MistralForCausalLM
11
  import torch