sofial commited on
Commit
a838dd3
1 Parent(s): d7e389a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: Graphcore/gptj-mnli
6
+ results: []
7
+ ---
8
+
9
+ # Graphcore/gptj-mnli
10
+
11
+ This model is the fine-tuned version of [EleutherAI/gpt-j-6B](https://huggingface.co/EleutherAI/gpt-j-6B) on the [MNLI dataset]()
12
+
13
+
14
+
15
+ ## Fine-tuning and evaluation data
16
+
17
+
18
+ ## Fine-tuning procedure
19
+
20
+ Fine tuned on a Graphcore IPU-POD64 using `popxl`
21
+
22
+ Command lines:
23
+
24
+ ### Fine-tuning hyperparameters
25
+
26
+ The following hyperparameters were used:
27
+
28
+ ### Framework versions
29
+
30
+ - Transformers
31
+ - Pytorch
32
+ - Datasets
33
+ - Tokenizers