jonathanagustin commited on
Commit
344fec1
1 Parent(s): 39853d7

Model save

Browse files
Files changed (3) hide show
  1. README.md +1 -48
  2. metrics.json +3 -3
  3. trainer_state.json +6 -6
README.md CHANGED
@@ -5,54 +5,7 @@ datasets:
5
  - squad_v2
6
  model-index:
7
  - name: distilbert-finetuned-uncased-squad_v2
8
- results:
9
- - task:
10
- type: question-answering
11
- name: Question Answering
12
- dataset:
13
- name: SQuAD v2
14
- type: squad_v2
15
- split: validation
16
- metrics:
17
- - type: exact
18
- value: 100.0
19
- name: Exact
20
- - type: f1
21
- value: 100.0
22
- name: F1
23
- - type: total
24
- value: 2
25
- name: Total
26
- - type: HasAns_exact
27
- value: 100.0
28
- name: Hasans_exact
29
- - type: HasAns_f1
30
- value: 100.0
31
- name: Hasans_f1
32
- - type: HasAns_total
33
- value: 2
34
- name: Hasans_total
35
- - type: best_exact
36
- value: 100.0
37
- name: Best_exact
38
- - type: best_exact_thresh
39
- value: 0.7474104762077332
40
- name: Best_exact_thresh
41
- - type: best_f1
42
- value: 100.0
43
- name: Best_f1
44
- - type: best_f1_thresh
45
- value: 0.7474104762077332
46
- name: Best_f1_thresh
47
- - type: total_time_in_seconds
48
- value: 0.02269491500192089
49
- name: Total_time_in_seconds
50
- - type: samples_per_second
51
- value: 88.1254677460004
52
- name: Samples_per_second
53
- - type: latency_in_seconds
54
- value: 0.011347457500960445
55
- name: Latency_in_seconds
56
  ---
57
 
58
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
5
  - squad_v2
6
  model-index:
7
  - name: distilbert-finetuned-uncased-squad_v2
8
+ results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
metrics.json CHANGED
@@ -9,7 +9,7 @@
9
  "best_exact_thresh": 0.7474104762077332,
10
  "best_f1": 100.0,
11
  "best_f1_thresh": 0.7474104762077332,
12
- "total_time_in_seconds": 0.022622833002969855,
13
- "samples_per_second": 88.40625750707024,
14
- "latency_in_seconds": 0.011311416501484928
15
  }
 
9
  "best_exact_thresh": 0.7474104762077332,
10
  "best_f1": 100.0,
11
  "best_f1_thresh": 0.7474104762077332,
12
+ "total_time_in_seconds": 0.02269491500192089,
13
+ "samples_per_second": 88.1254677460004,
14
+ "latency_in_seconds": 0.011347457500960445
15
  }
trainer_state.json CHANGED
@@ -293,16 +293,16 @@
293
  "step": 2000,
294
  "total_flos": 8.35881951136727e+16,
295
  "train_loss": 0.0,
296
- "train_runtime": 0.4614,
297
- "train_samples_per_second": 1131472.909,
298
- "train_steps_per_second": 2210.873
299
  },
300
  {
301
  "epoch": 3.92,
302
  "eval_loss": 1.3331990242004395,
303
- "eval_runtime": 8.405,
304
- "eval_samples_per_second": 1424.031,
305
- "eval_steps_per_second": 11.184,
306
  "step": 2000
307
  }
308
  ],
 
293
  "step": 2000,
294
  "total_flos": 8.35881951136727e+16,
295
  "train_loss": 0.0,
296
+ "train_runtime": 0.4185,
297
+ "train_samples_per_second": 1247240.473,
298
+ "train_steps_per_second": 2437.081
299
  },
300
  {
301
  "epoch": 3.92,
302
  "eval_loss": 1.3331990242004395,
303
+ "eval_runtime": 8.3796,
304
+ "eval_samples_per_second": 1428.353,
305
+ "eval_steps_per_second": 11.218,
306
  "step": 2000
307
  }
308
  ],