Khawn2u commited on
Commit
ef10b5d
1 Parent(s): e1bd66a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ pretty_name: FixBerry
5
  ---
6
  # FixBerry
7
 
8
- Fixberry is a little dataset I have made to train models to correctly count the number of letters in a word. It is commonly known that even the best LLMs fail at counting the number of R's in strawberry. I have also found out they have problems with other words too, like keeper and parallel but weirdly not with words like pepper and peeper. This should really be investigated more closely, I suspect it has something to do with tokenization and the possability that the model is only counting up to 1 letter per token, even it the token contains 2 letters.
9
 
10
  That being said, I **HIGHLY** recomend not using this dataset, if you can fix the core problem, please do that instead!
11
 
 
5
  ---
6
  # FixBerry
7
 
8
+ Fixberry is a little dataset I have made to train models to correctly count the number of letters in a word. It is commonly known that even the best LLMs fail at counting the number of R's in strawberry. I have also found out they have problems with other words too, like keeper and parallel but weirdly not with words like pepper and peeper. This should really be investigated more closely, I suspect it has something to do with tokenization and the possability that the model is only counting up to 1 letter per token, even if the token contains 2 letters.
9
 
10
  That being said, I **HIGHLY** recomend not using this dataset, if you can fix the core problem, please do that instead!
11