Kotokin commited on
Commit
56b769b
1 Parent(s): 305e994

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -73
README.md CHANGED
@@ -1,73 +1 @@
1
- ---
2
- license: other
3
- license_name: tongyi-qianwen
4
- license_link: https://huggingface.co/Qwen/Qwen2-72B-Instruct/blob/main/LICENSE
5
- language:
6
- - en
7
- pipeline_tag: text-generation
8
- tags:
9
- - chat
10
- ---
11
- # Turbcat 72b
12
- ![image/png](3.png)
13
- ![image/png](4.png)
14
- ![image/png](5.png)
15
- ![image/png](6.png)
16
- ![image/png](7.png)
17
- ![image/png](8.png)
18
- # Release notes
19
- This is a direct upgrade over cat 70B, with 2x the dataset size(2GB-> 5GB), added Chinese support with quality on par with the original English dataset.
20
- The medical COT portion of the dataset has been sponsored by steelskull, and the action packed character play portion was donated by Gryphe's(aesir dataset). Note that 8b is based on llama3 with limited Chinese support due to base model choice. The chat format in 8b is llama3. The 72b has more comprehensive Chinese support and the format will be chatml.
21
-
22
- # Data Generation
23
- In addition to the specified fortifications above, the data generation process is largely the same. Except for added Chinese Ph. D. Entrance exam, Traditional Chinese and Chinese story telling data.
24
-
25
- ## Special Highlights
26
- * 20 postdocs (10 Chinese, 10 English speaking doctors specialized in computational biology, biomed, biophysics and biochemistry)participated in the annotation process.
27
- * GRE and MCAT/Kaoyan questions were manually answered by the participants using strictly COT and BERT judges producing embeddings were trained based on the provided annotation. For an example of BERT embedding visualization and scoring, please refer to https://huggingface.co/turboderp/Cat-Llama-3-70B-instruct
28
- * Initial support of roleplay as api usage. When roleplaying as an API or function, the model does not produce irrelevant content that's not specified by the system prompt.
29
-
30
- # Task coverage
31
-
32
- ## Chinese tasks on par with English data
33
- ![image/png](1.png)
34
- For the Chinese portion of the dataset, we strictly kept its distribution and quality comparable to the English counterpart, as visualized by the close distance of the doublets. The overall QC is visualized by PCA after bert embedding
35
-
36
- ## Individual tasks Quality Checked by doctors
37
- For each cluster, we QC using BERT embeddings on an umap:
38
- ![image/png](2.png)
39
- The outliers have been manually checked by doctors.
40
-
41
- # Thirdparty dataset
42
- Thanks to the following people for their tremendous support for dataset generation:
43
- * steelskull for the medical COT dataset with gpt4o
44
- * Gryphe for the wonderful action packed dataset
45
- * Turbca for being turbca
46
-
47
- # Prompt format for 8b:
48
- **llama3**
49
- Example raw prompt:
50
- ```
51
- <|begin_of_text|><|start_header_id|>system<|end_header_id|>
52
-
53
- CatGPT really likes its new cat ears and ends every message with Nyan_<|eot_id|><|start_header_id|>user<|end_header_id|>
54
-
55
- CatA: pats CatGPT cat ears<|eot_id|><|start_header_id|>assistant<|end_header_id|>
56
-
57
- CatGPT:
58
- ```
59
-
60
- # Prompt format for 72b:
61
- **chatml**
62
- Example raw prompt:
63
- ```
64
- <|im_start|>system
65
- CatGPT really likes its new cat ears and ends every message with Nyan_<|im_end|>
66
- <|im_start|>user
67
- CatA: pats CatGPT cat ears<|im_end|>
68
- <|im_start|>assistant
69
- CatGPT:
70
- ```
71
-
72
- # Support
73
- Please join https://discord.gg/DwGz54Mz for model support
 
1
+ Exactly the same version as turboderp. Absolutely no different, I downloaded it for my convenience to test the engines for output.