haibotamiu
commited on
Commit
•
7e5e6ca
1
Parent(s):
880a5da
End of training
Browse files- README.md +4 -1
- all_results.json +3 -3
- args.bin +1 -1
- train_results.json +3 -3
- 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
|
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,8 @@
|
|
1 |
{
|
2 |
"epoch": 3.0,
|
3 |
"train_loss": 4.621011098225911,
|
4 |
-
"train_runtime":
|
5 |
"train_samples": 3000,
|
6 |
-
"train_samples_per_second":
|
7 |
-
"train_steps_per_second": 0.
|
8 |
}
|
|
|
1 |
{
|
2 |
"epoch": 3.0,
|
3 |
"train_loss": 4.621011098225911,
|
4 |
+
"train_runtime": 40.9963,
|
5 |
"train_samples": 3000,
|
6 |
+
"train_samples_per_second": 219.532,
|
7 |
+
"train_steps_per_second": 0.878
|
8 |
}
|
args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5652
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20797f528463826be0e6ac33b038efb8b62e44a1f8855a533b6a9cbb5a2342eb
|
3 |
size 5652
|
train_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"epoch": 3.0,
|
3 |
"train_loss": 4.621011098225911,
|
4 |
-
"train_runtime":
|
5 |
"train_samples": 3000,
|
6 |
-
"train_samples_per_second":
|
7 |
-
"train_steps_per_second": 0.
|
8 |
}
|
|
|
1 |
{
|
2 |
"epoch": 3.0,
|
3 |
"train_loss": 4.621011098225911,
|
4 |
+
"train_runtime": 40.9963,
|
5 |
"train_samples": 3000,
|
6 |
+
"train_samples_per_second": 219.532,
|
7 |
+
"train_steps_per_second": 0.878
|
8 |
}
|
trainer_state.json
CHANGED
@@ -13,9 +13,9 @@
|
|
13 |
"step": 36,
|
14 |
"total_flos": 881908425216000.0,
|
15 |
"train_loss": 4.621011098225911,
|
16 |
-
"train_runtime":
|
17 |
-
"train_samples_per_second":
|
18 |
-
"train_steps_per_second": 0.
|
19 |
}
|
20 |
],
|
21 |
"logging_steps": 500,
|
|
|
13 |
"step": 36,
|
14 |
"total_flos": 881908425216000.0,
|
15 |
"train_loss": 4.621011098225911,
|
16 |
+
"train_runtime": 40.9963,
|
17 |
+
"train_samples_per_second": 219.532,
|
18 |
+
"train_steps_per_second": 0.878
|
19 |
}
|
20 |
],
|
21 |
"logging_steps": 500,
|