qingy2024 lbourdois commited on
Commit
131e73d
·
verified ·
1 Parent(s): 6aee281

Improve language tag (#1)

Browse files

- Improve language tag (2a98479cf5c15af05eff7a03dbae506dedde2f79)


Co-authored-by: Loïck BOURDOIS <[email protected]>

Files changed (1) hide show
  1. README.md +30 -18
README.md CHANGED
@@ -1,19 +1,31 @@
1
- ---
2
- library_name: transformers
3
- license: apache-2.0
4
- datasets:
5
- - Tesslate/Gradient-Reasoning
6
- language:
7
- - en
8
- base_model:
9
- - Qwen/Qwen2.5-7B-Instruct
10
- ---
11
-
12
- # Model Card for Gradience-T1-7B
13
-
14
- This model is still in preview/beta. We're still working on it! This is just so the community can try out our new "Gradient Reasoning" that intends to break problems down and reason faster.
15
-
16
- You can use a system prompt to enable thinking:
17
- "First, think step-by-step to reach the solution. Enclose your entire reasoning process within <|begin_of_thought|> and <|end_of_thought|> tags."
18
- You can try sampling params:
 
 
 
 
 
 
 
 
 
 
 
 
19
  Temp: 0.76, TopP: 0.62, Topk 30-68, Rep: 1.0, minp: 0.05
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ datasets:
5
+ - Tesslate/Gradient-Reasoning
6
+ language:
7
+ - zho
8
+ - eng
9
+ - fra
10
+ - spa
11
+ - por
12
+ - deu
13
+ - ita
14
+ - rus
15
+ - jpn
16
+ - kor
17
+ - vie
18
+ - tha
19
+ - ara
20
+ base_model:
21
+ - Qwen/Qwen2.5-7B-Instruct
22
+ ---
23
+
24
+ # Model Card for Gradience-T1-7B
25
+
26
+ This model is still in preview/beta. We're still working on it! This is just so the community can try out our new "Gradient Reasoning" that intends to break problems down and reason faster.
27
+
28
+ You can use a system prompt to enable thinking:
29
+ "First, think step-by-step to reach the solution. Enclose your entire reasoning process within <|begin_of_thought|> and <|end_of_thought|> tags."
30
+ You can try sampling params:
31
  Temp: 0.76, TopP: 0.62, Topk 30-68, Rep: 1.0, minp: 0.05