mara589 commited on
Commit
c1173d9
·
2 Parent(s): 237cb97 0f1e236

Merge branch 'main' of https://huggingface.co/mara589/arithmetic-gpt2 into main

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).