jacobmorrison
commited on
Commit
•
0e4262a
1
Parent(s):
e8a23c6
Upload 3 files
Browse files- spiece.model +3 -0
- trainer_state.json +25 -0
- training_args.bin +3 -0
spiece.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d60acb128cf7b7f2536e8f38a5b18a05535c9e14c7a355904270e15b0945ea86
|
3 |
+
size 791656
|
trainer_state.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 2.0,
|
5 |
+
"global_step": 26,
|
6 |
+
"is_hyper_param_search": false,
|
7 |
+
"is_local_process_zero": true,
|
8 |
+
"is_world_process_zero": true,
|
9 |
+
"log_history": [
|
10 |
+
{
|
11 |
+
"epoch": 2.0,
|
12 |
+
"step": 26,
|
13 |
+
"total_flos": 409145832374272.0,
|
14 |
+
"train_loss": 2.7319711538461537,
|
15 |
+
"train_runtime": 20.1017,
|
16 |
+
"train_samples_per_second": 19.899,
|
17 |
+
"train_steps_per_second": 1.293
|
18 |
+
}
|
19 |
+
],
|
20 |
+
"max_steps": 26,
|
21 |
+
"num_train_epochs": 2,
|
22 |
+
"total_flos": 409145832374272.0,
|
23 |
+
"trial_name": null,
|
24 |
+
"trial_params": null
|
25 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5f7042d351028e874a1cb7cff149237579d92e10729c307bd23d9f4017a9978
|
3 |
+
size 4335
|