timo13113 commited on
Commit
6a9d2d0
·
verified ·
1 Parent(s): 6a6c8a8

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ A toy model with (seemingly) 100% accuracy on addition on 1-digit to 5-digit numbers.
2
+
3
+ Usage: `<number>+<number>;` and halt generation at `$`. The answer should be placed between `=` and `$`.
4
+ Examples:
5
+ `99998+2;8200,9010,9010,9010,9010,0011,000=100000$`, and 99998+2 is, indeed, 100000
6
+ `45856+25687;6703,5814,8615,5511,4217,000=71543$`, and 45856+25687 is equal to 71543
7
+
8
+ ---
9
+ pipeline_tag: text-generation
10
+ ---