Training in progress, step 50
Browse files- .gitignore +1 -0
- config.json +1 -1
- last-checkpoint/config.json +27 -0
- last-checkpoint/optimizer.pt +3 -0
- last-checkpoint/pytorch_model.bin +3 -0
- last-checkpoint/rng_state.pth +3 -0
- last-checkpoint/scaler.pt +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/trainer_state.json +30 -0
- last-checkpoint/training_args.bin +3 -0
- log.txt +0 -0
- pytorch_model.bin +2 -2
- runs/Jan11_16-45-27_turing/1673451933.465075/events.out.tfevents.1673451933.turing.162574.1 +3 -0
- runs/Jan11_16-45-27_turing/events.out.tfevents.1673451933.turing.162574.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_name_or_path": "/home/pcjf/CESGA/works/lmodels/models/tiny",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 0,
|
|
|
1 |
{
|
2 |
"_name_or_path": "/home/pcjf/CESGA/works/lmodels/models/tiny",
|
3 |
"architectures": [
|
4 |
+
"RobertaForMaskedLM"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 0,
|
last-checkpoint/config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/home/pcjf/CESGA/works/lmodels/models/tiny",
|
3 |
+
"architectures": [
|
4 |
+
"RobertaForMaskedLM"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 768,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 3072,
|
15 |
+
"layer_norm_eps": 1e-12,
|
16 |
+
"max_position_embeddings": 514,
|
17 |
+
"model_type": "roberta",
|
18 |
+
"num_attention_heads": 12,
|
19 |
+
"num_hidden_layers": 6,
|
20 |
+
"pad_token_id": 1,
|
21 |
+
"position_embedding_type": "absolute",
|
22 |
+
"torch_dtype": "float32",
|
23 |
+
"transformers_version": "4.24.0",
|
24 |
+
"type_vocab_size": 1,
|
25 |
+
"use_cache": true,
|
26 |
+
"vocab_size": 31002
|
27 |
+
}
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d73c65350dd6e4ee4732b97ed18c5cc9bcf80506a7505bec00671aa35b65ba2e
|
3 |
+
size 538917573
|
last-checkpoint/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:791f01dee3159ca6417331bbf93b2691421b437754813ef5e2119c53e55ca65a
|
3 |
+
size 269468281
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e44f515587e51d8a59759bd8c56a4e1f5865302c07452fbfc29b67b9ed70f500
|
3 |
+
size 16619
|
last-checkpoint/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dfa3bcfad6548e955614aa66924075e0bfa36d4a9baf6cf6190c3fd577b6da91
|
3 |
+
size 557
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c21ae027fae19f270e6f570406bf93790e5591271df93837c5c04e1a38b7dd9f
|
3 |
+
size 627
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 3.1328039169311523,
|
3 |
+
"best_model_checkpoint": "/home/pcjf/CESGA/works/lmodels/models/tiny/checkpoint-50",
|
4 |
+
"epoch": 0.2818638245397692,
|
5 |
+
"global_step": 50,
|
6 |
+
"is_hyper_param_search": false,
|
7 |
+
"is_local_process_zero": true,
|
8 |
+
"is_world_process_zero": true,
|
9 |
+
"log_history": [
|
10 |
+
{
|
11 |
+
"epoch": 0.28,
|
12 |
+
"learning_rate": 9.717514124293787e-05,
|
13 |
+
"loss": 5.0078,
|
14 |
+
"step": 50
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 0.28,
|
18 |
+
"eval_loss": 3.1328039169311523,
|
19 |
+
"eval_runtime": 312.4569,
|
20 |
+
"eval_samples_per_second": 184.566,
|
21 |
+
"eval_steps_per_second": 7.691,
|
22 |
+
"step": 50
|
23 |
+
}
|
24 |
+
],
|
25 |
+
"max_steps": 1770,
|
26 |
+
"num_train_epochs": 10,
|
27 |
+
"total_flos": 1.0178865092034144e+16,
|
28 |
+
"trial_name": null,
|
29 |
+
"trial_params": null
|
30 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2354b21c0eb02b167b9d6057f7fbae73d5ab7eeb327be5d088eb30bf0019608
|
3 |
+
size 3451
|
log.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:791f01dee3159ca6417331bbf93b2691421b437754813ef5e2119c53e55ca65a
|
3 |
+
size 269468281
|
runs/Jan11_16-45-27_turing/1673451933.465075/events.out.tfevents.1673451933.turing.162574.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:853f3d8342cbd88d1830b3b8643713bfd6721a824bc6b62817b60974a961aafd
|
3 |
+
size 5573
|
runs/Jan11_16-45-27_turing/events.out.tfevents.1673451933.turing.162574.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9efc1097d6beedfd21b85f92d525ea0f973e3e457b9c0b93464dc6cf8310ffab
|
3 |
+
size 4265
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2354b21c0eb02b167b9d6057f7fbae73d5ab7eeb327be5d088eb30bf0019608
|
3 |
+
size 3451
|