zirui3 commited on
Commit
4705ab6
1 Parent(s): aa75991

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md CHANGED
@@ -1,3 +1,38 @@
1
  ---
2
  license: cc-by-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
  ---
4
+
5
+
6
+ **pythia-1.4B-finetuned-oa-instructions**
7
+
8
+ This model is a fine-tuned version of pythia on the oa dataset. It achieves the following results on the evaluation set:
9
+
10
+ Loss: 0.1224
11
+
12
+ **Model description**
13
+
14
+ More information needed
15
+
16
+ Intended uses & limitations
17
+
18
+ More information needed
19
+
20
+ **Training and evaluation data**
21
+
22
+ More information needed
23
+
24
+ **Training procedure**
25
+
26
+ **Training hyperparameters**
27
+ The following hyperparameters were used during training:
28
+
29
+
30
+ * learning_rate: 5e-05
31
+ * train_batch_size: 1
32
+ * eval_batch_size: 2
33
+ * seed: 42
34
+ * optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
35
+ * lr_scheduler_type: linear
36
+ * training_steps: 5000
37
+
38
+ **Training results**