qingy2024 lbourdois commited on
Commit
bcc4e46
·
verified ·
1 Parent(s): 06b11c2

Improve language tag (#3)

Browse files

- Improve language tag (e17f2e779f629fae7a82a400163bac4837e0971b)


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

Files changed (1) hide show
  1. README.md +102 -90
README.md CHANGED
@@ -1,91 +1,103 @@
1
- ---
2
- license: apache-2.0
3
- datasets:
4
- - qingy2024/FineQwQ-142k
5
- language:
6
- - en
7
- base_model:
8
- - Qwen/Qwen2.5-7B
9
- pipeline_tag: text-generation
10
- ---
11
-
12
- ## UwU 7B Instruct
13
-
14
- Small QwQ, full-finetuned on FineQwQ-142K. Unlike my previous models, this one is a general-purpose reasoning machine!
15
-
16
- Oh, and it also passes the strawberry test:
17
-
18
- ```
19
- > How many 'r's are in the word strawberry?
20
- Let's see. I have this word: "strawberry." I need to find out how many 'r's are in it. Okay, first, I should probably write down the word and look at each letter one by one.
21
-
22
- So, "s-t-r-a-w-b-e-r-r-y."
23
-
24
- Now, I need to count the 'r's. Let's go through each letter:
25
-
26
- - The first letter is 's', which is not an 'r'.
27
-
28
- - The second letter is 't', not an 'r'.
29
-
30
- - The third letter is 'r', that's the first 'r'.
31
-
32
- - The fourth letter is 'a', not an 'r'.
33
-
34
- - The fifth letter is 'w', not an 'r'.
35
-
36
- - The sixth letter is 'b', not an 'r'.
37
-
38
- - The seventh letter is 'e', not an 'r'.
39
-
40
- - The eighth letter is 'r', that's the second 'r'.
41
-
42
- - The ninth letter is 'r', that's the third 'r'.
43
-
44
- - The tenth letter is 'y', not an 'r'.
45
-
46
- So, I have three 'r's in the word "strawberry." But wait, let me double-check. Maybe I missed one.
47
-
48
- Let me count again:
49
-
50
- 1. 's'
51
-
52
- 2. 't'
53
-
54
- 3. 'r' (first 'r')
55
-
56
- 4. 'a'
57
-
58
- 5. 'w'
59
-
60
- 6. 'b'
61
-
62
- 7. 'e'
63
-
64
- 8. 'r' (second 'r')
65
-
66
- 9. 'r' (third 'r')
67
-
68
- 10. 'y'
69
-
70
- Yes, that's three 'r's. I think that's correct.
71
-
72
- Alternatively, maybe there's a smarter way to count them without listing out each letter. Let's see.
73
-
74
- I know that the word "strawberry" has 10 letters, and I can recall that it has three 'r's. But to be sure, maybe I can look for patterns or something.
75
-
76
- Another way is to use a tally mark or something similar. Let's try that.
77
-
78
- First 'r': | (that's one)
79
-
80
- Second 'r': | (that's two)
81
-
82
- Third 'r': | (that's three)
83
-
84
- Yes, that also gives me three 'r's.
85
-
86
- I think I'm confident with that answer now. There are three 'r's in the word "strawberry."
87
-
88
- **Final Answer**
89
-
90
- \[ \boxed{3} \]
 
 
 
 
 
 
 
 
 
 
 
 
91
  ```
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - qingy2024/FineQwQ-142k
5
+ language:
6
+ - zho
7
+ - eng
8
+ - fra
9
+ - spa
10
+ - por
11
+ - deu
12
+ - ita
13
+ - rus
14
+ - jpn
15
+ - kor
16
+ - vie
17
+ - tha
18
+ - ara
19
+ base_model:
20
+ - Qwen/Qwen2.5-7B
21
+ pipeline_tag: text-generation
22
+ ---
23
+
24
+ ## UwU 7B Instruct
25
+
26
+ Small QwQ, full-finetuned on FineQwQ-142K. Unlike my previous models, this one is a general-purpose reasoning machine!
27
+
28
+ Oh, and it also passes the strawberry test:
29
+
30
+ ```
31
+ > How many 'r's are in the word strawberry?
32
+ Let's see. I have this word: "strawberry." I need to find out how many 'r's are in it. Okay, first, I should probably write down the word and look at each letter one by one.
33
+
34
+ So, "s-t-r-a-w-b-e-r-r-y."
35
+
36
+ Now, I need to count the 'r's. Let's go through each letter:
37
+
38
+ - The first letter is 's', which is not an 'r'.
39
+
40
+ - The second letter is 't', not an 'r'.
41
+
42
+ - The third letter is 'r', that's the first 'r'.
43
+
44
+ - The fourth letter is 'a', not an 'r'.
45
+
46
+ - The fifth letter is 'w', not an 'r'.
47
+
48
+ - The sixth letter is 'b', not an 'r'.
49
+
50
+ - The seventh letter is 'e', not an 'r'.
51
+
52
+ - The eighth letter is 'r', that's the second 'r'.
53
+
54
+ - The ninth letter is 'r', that's the third 'r'.
55
+
56
+ - The tenth letter is 'y', not an 'r'.
57
+
58
+ So, I have three 'r's in the word "strawberry." But wait, let me double-check. Maybe I missed one.
59
+
60
+ Let me count again:
61
+
62
+ 1. 's'
63
+
64
+ 2. 't'
65
+
66
+ 3. 'r' (first 'r')
67
+
68
+ 4. 'a'
69
+
70
+ 5. 'w'
71
+
72
+ 6. 'b'
73
+
74
+ 7. 'e'
75
+
76
+ 8. 'r' (second 'r')
77
+
78
+ 9. 'r' (third 'r')
79
+
80
+ 10. 'y'
81
+
82
+ Yes, that's three 'r's. I think that's correct.
83
+
84
+ Alternatively, maybe there's a smarter way to count them without listing out each letter. Let's see.
85
+
86
+ I know that the word "strawberry" has 10 letters, and I can recall that it has three 'r's. But to be sure, maybe I can look for patterns or something.
87
+
88
+ Another way is to use a tally mark or something similar. Let's try that.
89
+
90
+ First 'r': | (that's one)
91
+
92
+ Second 'r': | (that's two)
93
+
94
+ Third 'r': | (that's three)
95
+
96
+ Yes, that also gives me three 'r's.
97
+
98
+ I think I'm confident with that answer now. There are three 'r's in the word "strawberry."
99
+
100
+ **Final Answer**
101
+
102
+ \[ \boxed{3} \]
103
  ```