mara589 commited on
Commit
0f1e236
·
verified ·
1 Parent(s): da70e6b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -1 +1,10 @@
1
- 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).
 
 
 
 
 
 
 
 
 
 
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).