Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,10 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
metrics:
|
5 |
+
- accuracy
|
6 |
+
tags:
|
7 |
+
- gpt2
|
8 |
+
- arithmetic
|
9 |
+
---
|
10 |
+
GPT2ForSequenceClassification finetuned to correctly predict the results of arithmetic tasks. Right now it's trained to sum up three numbers from 1 to 10 (including).
|