Commit
·
0a9504b
1
Parent(s):
2cf5d15
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": 118009603555328.0,
|
| 14 |
+
"train_loss": 3.1385216346153846,
|
| 15 |
+
"train_runtime": 17.4478,
|
| 16 |
+
"train_samples_per_second": 22.926,
|
| 17 |
+
"train_steps_per_second": 1.49
|
| 18 |
+
}
|
| 19 |
+
],
|
| 20 |
+
"max_steps": 26,
|
| 21 |
+
"num_train_epochs": 2,
|
| 22 |
+
"total_flos": 118009603555328.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:9e594dd8c4e724fde2bbe461fe813e61fcf3923581b23f7c0646baf7cecf8380
|
| 3 |
+
size 4335
|