Upload ./ with huggingface_hub
#1
by
dafajon
- opened
- checkpoint-500/config.json +51 -0
- checkpoint-500/optimizer.pt +3 -0
- checkpoint-500/pytorch_model.bin +3 -0
- checkpoint-500/rng_state.pth +3 -0
- checkpoint-500/scheduler.pt +3 -0
- checkpoint-500/trainer_state.json +38 -0
- checkpoint-500/training_args.bin +3 -0
- runs/Feb11_23-01-45_a9f26453df66/1676156517.2355628/events.out.tfevents.1676156517.a9f26453df66.612.1 +3 -0
- runs/Feb11_23-01-45_a9f26453df66/events.out.tfevents.1676156517.a9f26453df66.612.0 +3 -0
- runs/Feb11_23-06-33_a9f26453df66/1676156793.949179/events.out.tfevents.1676156793.a9f26453df66.612.3 +3 -0
- runs/Feb11_23-06-33_a9f26453df66/events.out.tfevents.1676156793.a9f26453df66.612.2 +3 -0
- runs/Feb11_23-08-01_a9f26453df66/1676156882.9405048/events.out.tfevents.1676156882.a9f26453df66.612.5 +3 -0
- runs/Feb11_23-08-01_a9f26453df66/events.out.tfevents.1676156882.a9f26453df66.612.4 +3 -0
checkpoint-500/config.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "loodos/bert-base-turkish-uncased",
|
3 |
+
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"gradient_checkpointing": false,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"id2label": {
|
13 |
+
"0": "LABEL_0",
|
14 |
+
"1": "LABEL_1",
|
15 |
+
"2": "LABEL_2",
|
16 |
+
"3": "LABEL_3",
|
17 |
+
"4": "LABEL_4",
|
18 |
+
"5": "LABEL_5",
|
19 |
+
"6": "LABEL_6",
|
20 |
+
"7": "LABEL_7",
|
21 |
+
"8": "LABEL_8",
|
22 |
+
"9": "LABEL_9"
|
23 |
+
},
|
24 |
+
"initializer_range": 0.02,
|
25 |
+
"intermediate_size": 3072,
|
26 |
+
"label2id": {
|
27 |
+
"LABEL_0": 0,
|
28 |
+
"LABEL_1": 1,
|
29 |
+
"LABEL_2": 2,
|
30 |
+
"LABEL_3": 3,
|
31 |
+
"LABEL_4": 4,
|
32 |
+
"LABEL_5": 5,
|
33 |
+
"LABEL_6": 6,
|
34 |
+
"LABEL_7": 7,
|
35 |
+
"LABEL_8": 8,
|
36 |
+
"LABEL_9": 9
|
37 |
+
},
|
38 |
+
"layer_norm_eps": 1e-12,
|
39 |
+
"max_position_embeddings": 512,
|
40 |
+
"model_type": "bert",
|
41 |
+
"num_attention_heads": 12,
|
42 |
+
"num_hidden_layers": 12,
|
43 |
+
"pad_token_id": 0,
|
44 |
+
"position_embedding_type": "absolute",
|
45 |
+
"problem_type": "multi_label_classification",
|
46 |
+
"torch_dtype": "float32",
|
47 |
+
"transformers_version": "4.26.1",
|
48 |
+
"type_vocab_size": 2,
|
49 |
+
"use_cache": true,
|
50 |
+
"vocab_size": 32000
|
51 |
+
}
|
checkpoint-500/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76e7a2780d7c20f001df2b52c5b6ed54a56b06e704d4939e6090ab5a86ca9f59
|
3 |
+
size 885118085
|
checkpoint-500/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c642cedcf9b60bc5b90a80b598a6737517b909bb8dbb0e19c96497c75726f120
|
3 |
+
size 442572917
|
checkpoint-500/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd27a03b9eb70243da934060ccdd3e5e6d210cd15304799f06048896855005d4
|
3 |
+
size 14575
|
checkpoint-500/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9bfaea34eee3166bcad10485d73594839843ab87498cdebce022f79484b2d8f5
|
3 |
+
size 627
|
checkpoint-500/trainer_state.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 2.873563218390805,
|
5 |
+
"global_step": 500,
|
6 |
+
"is_hyper_param_search": false,
|
7 |
+
"is_local_process_zero": true,
|
8 |
+
"is_world_process_zero": true,
|
9 |
+
"log_history": [
|
10 |
+
{
|
11 |
+
"epoch": 1.0,
|
12 |
+
"eval_loss": 0.14165539017062434,
|
13 |
+
"eval_runtime": 2.2614,
|
14 |
+
"eval_samples_per_second": 273.285,
|
15 |
+
"eval_steps_per_second": 8.844,
|
16 |
+
"step": 174
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 2.0,
|
20 |
+
"eval_loss": 0.09763081401901495,
|
21 |
+
"eval_runtime": 2.2297,
|
22 |
+
"eval_samples_per_second": 277.171,
|
23 |
+
"eval_steps_per_second": 8.97,
|
24 |
+
"step": 348
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 2.87,
|
28 |
+
"learning_rate": 2.1072796934865904e-06,
|
29 |
+
"loss": 0.1571,
|
30 |
+
"step": 500
|
31 |
+
}
|
32 |
+
],
|
33 |
+
"max_steps": 522,
|
34 |
+
"num_train_epochs": 3,
|
35 |
+
"total_flos": 525404736256512.0,
|
36 |
+
"trial_name": null,
|
37 |
+
"trial_params": null
|
38 |
+
}
|
checkpoint-500/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7fe66015ef79e2c1f49abbd7cef6736f8087c9c5cf29f70e3de87e555bd54d5c
|
3 |
+
size 3451
|
runs/Feb11_23-01-45_a9f26453df66/1676156517.2355628/events.out.tfevents.1676156517.a9f26453df66.612.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afef1af92c13b1a00ea9cff48ff8cd3cf19ba8e6a6610b2c0f1de786d528ebd7
|
3 |
+
size 5637
|
runs/Feb11_23-01-45_a9f26453df66/events.out.tfevents.1676156517.a9f26453df66.612.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb79cd8aee62826cf249f15162e77902b19bb0424cef618904611f0c2b85117d
|
3 |
+
size 5540
|
runs/Feb11_23-06-33_a9f26453df66/1676156793.949179/events.out.tfevents.1676156793.a9f26453df66.612.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66dfaa47cdb56b9897bb4a952e0e2efed890e0ba92029beedce97bf686caca15
|
3 |
+
size 5637
|
runs/Feb11_23-06-33_a9f26453df66/events.out.tfevents.1676156793.a9f26453df66.612.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:807adb91d392d5334a74beeaa63d96235f6efad4a75a8ddd24f20db7a4aa48e0
|
3 |
+
size 4577
|
runs/Feb11_23-08-01_a9f26453df66/1676156882.9405048/events.out.tfevents.1676156882.a9f26453df66.612.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f04191efc79b8668edad6f9f536358343b706d23bd195be00966c0950caca506
|
3 |
+
size 5637
|
runs/Feb11_23-08-01_a9f26453df66/events.out.tfevents.1676156882.a9f26453df66.612.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddf74f694b6238e0cca71f46d29aa03c29f933df0f6add23c4b1ba28741bd169
|
3 |
+
size 5383
|