TouchNight commited on
Commit
47c2134
1 Parent(s): 0faeeb9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -2
README.md CHANGED
@@ -1,17 +1,40 @@
1
  ---
2
  language:
 
3
  - en
4
  license: apache-2.0
5
  tags:
6
  - text-generation-inference
7
  - transformers
8
  - unsloth
9
- - llama
10
  - trl
11
  - sft
 
12
  base_model: cognitivecomputations/dolphin-2.9.1-yi-1.5-9b
 
 
13
  ---
14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  # Uploaded model
16
 
17
  - **Developed by:** TouchNight
@@ -20,4 +43,4 @@ base_model: cognitivecomputations/dolphin-2.9.1-yi-1.5-9b
20
 
21
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
22
 
23
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
1
  ---
2
  language:
3
+ - zh
4
  - en
5
  license: apache-2.0
6
  tags:
7
  - text-generation-inference
8
  - transformers
9
  - unsloth
 
10
  - trl
11
  - sft
12
+ - yi
13
  base_model: cognitivecomputations/dolphin-2.9.1-yi-1.5-9b
14
+ datasets:
15
+ - TouchNight/HumanlikeRP
16
  ---
17
 
18
+ # HumanlikeRP
19
+
20
+ It is an attempt to build a Humanlike chatbot.
21
+ Designed to make it give short reply like a real human.
22
+
23
+ It is a failure, the dataset used to train it has weak context relevancy. So it often generates irrelevant answer. And it is also overfitting.
24
+
25
+ ### Chat Format
26
+
27
+ This model has been trained to use ChatML format.
28
+
29
+ ```
30
+ <|im_start|>system
31
+ {{system}}<|im_end|>
32
+ <|im_start|>{{char}}
33
+ {{message}}<|im_end|>
34
+ <|im_start|>{{user}}
35
+ {{message}}<|im_end|>
36
+ ```
37
+
38
  # Uploaded model
39
 
40
  - **Developed by:** TouchNight
 
43
 
44
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
45
 
46
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)