qingy2024 commited on
Commit
9f8363a
·
verified ·
1 Parent(s): 435cda3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -1
README.md CHANGED
@@ -11,4 +11,81 @@ pipeline_tag: text-generation
11
 
12
  ## UwU 7B Instruct
13
 
14
- Small QwQ :)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
 
12
  ## UwU 7B Instruct
13
 
14
+ Small QwQ :)
15
+
16
+ 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
+ ```