haibotamiu commited on
Commit
db21ebe
1 Parent(s): 6158d4a

End of training

Browse files
Files changed (6) hide show
  1. README.md +4 -1
  2. all_results.json +6 -3
  3. args.bin +1 -1
  4. eval_results.json +6 -0
  5. train_results.json +3 -3
  6. trainer_state.json +3 -3
README.md CHANGED
@@ -2,7 +2,10 @@
2
  license: apache-2.0
3
  base_model: distilbert-base-uncased
4
  tags:
 
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: out
8
  results: []
@@ -13,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # out
15
 
16
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
17
 
18
  ## Model description
19
 
 
2
  license: apache-2.0
3
  base_model: distilbert-base-uncased
4
  tags:
5
+ - question-answering
6
  - generated_from_trainer
7
+ datasets:
8
+ - squad
9
  model-index:
10
  - name: out
11
  results: []
 
16
 
17
  # out
18
 
19
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the squad dataset.
20
 
21
  ## Model description
22
 
all_results.json CHANGED
@@ -1,8 +1,11 @@
1
  {
2
  "epoch": 3.0,
 
 
 
3
  "train_loss": 4.351121690538195,
4
- "train_runtime": 34.9818,
5
  "train_samples": 3000,
6
- "train_samples_per_second": 257.277,
7
- "train_steps_per_second": 1.029
8
  }
 
1
  {
2
  "epoch": 3.0,
3
+ "eval_samples": 2000,
4
+ "exact_match": 9.55,
5
+ "f1": 15.048311041178366,
6
  "train_loss": 4.351121690538195,
7
+ "train_runtime": 31.7409,
8
  "train_samples": 3000,
9
+ "train_samples_per_second": 283.546,
10
+ "train_steps_per_second": 1.134
11
  }
args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:80fd27fc4fab9550bea552657b48ecd1f0a2b0214ce118304c1a67056ee7f1bb
3
  size 5652
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:868ee035147035b1a918e2cc9aa4865a505151117f9d35a21db413a56a8e93d7
3
  size 5652
eval_results.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_samples": 2000,
4
+ "exact_match": 9.55,
5
+ "f1": 15.048311041178366
6
+ }
train_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "epoch": 3.0,
3
  "train_loss": 4.351121690538195,
4
- "train_runtime": 34.9818,
5
  "train_samples": 3000,
6
- "train_samples_per_second": 257.277,
7
- "train_steps_per_second": 1.029
8
  }
 
1
  {
2
  "epoch": 3.0,
3
  "train_loss": 4.351121690538195,
4
+ "train_runtime": 31.7409,
5
  "train_samples": 3000,
6
+ "train_samples_per_second": 283.546,
7
+ "train_steps_per_second": 1.134
8
  }
trainer_state.json CHANGED
@@ -13,9 +13,9 @@
13
  "step": 36,
14
  "total_flos": 881908425216000.0,
15
  "train_loss": 4.351121690538195,
16
- "train_runtime": 34.9818,
17
- "train_samples_per_second": 257.277,
18
- "train_steps_per_second": 1.029
19
  }
20
  ],
21
  "logging_steps": 500,
 
13
  "step": 36,
14
  "total_flos": 881908425216000.0,
15
  "train_loss": 4.351121690538195,
16
+ "train_runtime": 31.7409,
17
+ "train_samples_per_second": 283.546,
18
+ "train_steps_per_second": 1.134
19
  }
20
  ],
21
  "logging_steps": 500,