evanhanders
commited on
Commit
•
78d9827
1
Parent(s):
bd9e75b
Update README.md
Browse files
README.md
CHANGED
@@ -6,5 +6,8 @@ tags:
|
|
6 |
- math
|
7 |
- nlp
|
8 |
---
|
|
|
9 |
|
10 |
-
This is a really simple little encoding with d_vocab = 14 (0-9, +, -, =, >), where '>' is the BOS/EOS token.
|
|
|
|
|
|
6 |
- math
|
7 |
- nlp
|
8 |
---
|
9 |
+
# Arithmetic
|
10 |
|
11 |
+
This is a really simple little encoding with d_vocab = 14 (0-9, +, -, =, >), where '>' is the BOS/EOS token.
|
12 |
+
|
13 |
+
Models trained with this should be incoming soon-ish.
|