Training in progress, epoch 1
Browse files- config.json +9 -15
- logs/events.out.tfevents.1725096851.DESKTOP-VMN9VUK.657251.2 +2 -2
- logs/events.out.tfevents.1725097115.DESKTOP-VMN9VUK.657251.3 +3 -0
- logs/events.out.tfevents.1725097657.DESKTOP-VMN9VUK.1393945.0 +3 -0
- logs/events.out.tfevents.1725097917.DESKTOP-VMN9VUK.1393945.1 +3 -0
- logs/events.out.tfevents.1725098872.DESKTOP-VMN9VUK.1399242.0 +3 -0
- logs/events.out.tfevents.1725098917.DESKTOP-VMN9VUK.1402619.0 +3 -0
- logs/events.out.tfevents.1725099062.DESKTOP-VMN9VUK.1403624.0 +3 -0
- logs/events.out.tfevents.1725099309.DESKTOP-VMN9VUK.1403624.1 +3 -0
- logs/events.out.tfevents.1725099527.DESKTOP-VMN9VUK.1406215.0 +3 -0
- logs/events.out.tfevents.1725099793.DESKTOP-VMN9VUK.1406215.1 +3 -0
- logs/events.out.tfevents.1725100446.DESKTOP-VMN9VUK.1406215.2 +3 -0
- logs/events.out.tfevents.1725100984.DESKTOP-VMN9VUK.1406215.3 +3 -0
- logs/events.out.tfevents.1725995369.DESKTOP-VMN9VUK.302049.0 +3 -0
- logs/events.out.tfevents.1725995536.DESKTOP-VMN9VUK.303290.0 +3 -0
- logs/events.out.tfevents.1725995780.DESKTOP-VMN9VUK.303290.1 +3 -0
- logs/events.out.tfevents.1725995938.DESKTOP-VMN9VUK.303290.2 +3 -0
- logs/events.out.tfevents.1725996355.DESKTOP-VMN9VUK.303290.3 +3 -0
- logs/events.out.tfevents.1725996542.DESKTOP-VMN9VUK.303290.4 +3 -0
- logs/events.out.tfevents.1725996693.DESKTOP-VMN9VUK.303290.5 +3 -0
- logs/events.out.tfevents.1725996781.DESKTOP-VMN9VUK.303290.6 +3 -0
- logs/events.out.tfevents.1725996796.DESKTOP-VMN9VUK.303290.7 +3 -0
- logs/events.out.tfevents.1725996815.DESKTOP-VMN9VUK.303290.8 +3 -0
- logs/events.out.tfevents.1725996951.DESKTOP-VMN9VUK.303290.9 +3 -0
- logs/events.out.tfevents.1725997056.DESKTOP-VMN9VUK.313944.0 +3 -0
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
-
"bos_token_id": 0,
|
8 |
"classifier_dropout": null,
|
9 |
-
"
|
10 |
"hidden_act": "gelu",
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 1024,
|
@@ -17,22 +16,17 @@
|
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
"intermediate_size": 4096,
|
20 |
-
"
|
21 |
-
|
22 |
-
|
23 |
-
"positive": 2
|
24 |
-
},
|
25 |
-
"layer_norm_eps": 1e-05,
|
26 |
-
"max_position_embeddings": 514,
|
27 |
-
"model_type": "roberta",
|
28 |
"num_attention_heads": 16,
|
29 |
"num_hidden_layers": 24,
|
30 |
-
"pad_token_id":
|
31 |
"position_embedding_type": "absolute",
|
32 |
"problem_type": "single_label_classification",
|
33 |
"torch_dtype": "float32",
|
34 |
"transformers_version": "4.44.2",
|
35 |
-
"type_vocab_size":
|
36 |
"use_cache": true,
|
37 |
-
"vocab_size":
|
38 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "google-bert/bert-large-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": 1024,
|
|
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 4096,
|
19 |
+
"layer_norm_eps": 1e-12,
|
20 |
+
"max_position_embeddings": 512,
|
21 |
+
"model_type": "bert",
|
|
|
|
|
|
|
|
|
|
|
22 |
"num_attention_heads": 16,
|
23 |
"num_hidden_layers": 24,
|
24 |
+
"pad_token_id": 0,
|
25 |
"position_embedding_type": "absolute",
|
26 |
"problem_type": "single_label_classification",
|
27 |
"torch_dtype": "float32",
|
28 |
"transformers_version": "4.44.2",
|
29 |
+
"type_vocab_size": 2,
|
30 |
"use_cache": true,
|
31 |
+
"vocab_size": 30522
|
32 |
}
|
logs/events.out.tfevents.1725096851.DESKTOP-VMN9VUK.657251.2
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:eb7bfd891b7e42b2c2c78d308d1691f4f9d2b2cabf54e22518ed4e3a28e371d7
|
3 |
+
size 26281
|
logs/events.out.tfevents.1725097115.DESKTOP-VMN9VUK.657251.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f357e0deb4bc57e27d9ee1658126f37e47ed703e3788d2922dcc3ea8285f4d24
|
3 |
+
size 411
|
logs/events.out.tfevents.1725097657.DESKTOP-VMN9VUK.1393945.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd69038992830134bc59cb0b7e66ae72fc252a4245c47f5a5bba213242efa81d
|
3 |
+
size 22014
|
logs/events.out.tfevents.1725097917.DESKTOP-VMN9VUK.1393945.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97d567181fed3dd4dc857767c80ea5249fd7da4c5236f37ce5d9d9a29537b93b
|
3 |
+
size 411
|
logs/events.out.tfevents.1725098872.DESKTOP-VMN9VUK.1399242.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00e72650c75879e757a8c60a4c84e09efb4c15035e0eedeb34accf7040cec00b
|
3 |
+
size 4184
|
logs/events.out.tfevents.1725098917.DESKTOP-VMN9VUK.1402619.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:887a1f6a72985b18714f0dd9606f095d0ff7f4d84b27de6ab06d8f4c4f65e227
|
3 |
+
size 4184
|
logs/events.out.tfevents.1725099062.DESKTOP-VMN9VUK.1403624.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba50cfdb719a51256304f4ce86ef11c611dfe29b39c3de55be5acb321387f640
|
3 |
+
size 23929
|
logs/events.out.tfevents.1725099309.DESKTOP-VMN9VUK.1403624.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e60a6b855c3c5c9b92feb3207569c6012be73c49e0c61e44ec560a219949ad6b
|
3 |
+
size 411
|
logs/events.out.tfevents.1725099527.DESKTOP-VMN9VUK.1406215.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a547d1373b11710610f9020f7fddb6830bec28aa6691b7cb1ff46a450ed4ea9
|
3 |
+
size 24124
|
logs/events.out.tfevents.1725099793.DESKTOP-VMN9VUK.1406215.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f02a904ad0f4c43c19b77de9f53894410d2f29f38c8094144320ebe774d81fa7
|
3 |
+
size 411
|
logs/events.out.tfevents.1725100446.DESKTOP-VMN9VUK.1406215.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50b64b684509184c3a8fc3317fbbb3a718666c9f522fae9f62112b2a96dbe64e
|
3 |
+
size 42925
|
logs/events.out.tfevents.1725100984.DESKTOP-VMN9VUK.1406215.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55b06685ba1e0996a84c32f766ee064c654487a376386d50ba833b0e3d7125ea
|
3 |
+
size 411
|
logs/events.out.tfevents.1725995369.DESKTOP-VMN9VUK.302049.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36588eaa9a8a87daac65caca803ab5d0009e6302b0fba084d6025bd9733f56b9
|
3 |
+
size 19434
|
logs/events.out.tfevents.1725995536.DESKTOP-VMN9VUK.303290.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f0bbd7b623c5c40d53ca780a1ae881e8b6500a40af44df5cf5ea3b5101288e7
|
3 |
+
size 21122
|
logs/events.out.tfevents.1725995780.DESKTOP-VMN9VUK.303290.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:684216bd74658d5e1921e2fcec51e88ed274a1ba0de55570bad30348bfb58af5
|
3 |
+
size 18478
|
logs/events.out.tfevents.1725995938.DESKTOP-VMN9VUK.303290.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81b53c422555d9290220fbed1939cf893268204924d3e1bc5cb4db6a0ca8aa07
|
3 |
+
size 42925
|
logs/events.out.tfevents.1725996355.DESKTOP-VMN9VUK.303290.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d19ee571e45332b945c8af35b4bc8522b2c113a13aca05924e2452ec66a84524
|
3 |
+
size 734
|
logs/events.out.tfevents.1725996542.DESKTOP-VMN9VUK.303290.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed61c18507deded8d96c867c2473cc34f3938bbac9e29e0247ff796863bb94e8
|
3 |
+
size 5009
|
logs/events.out.tfevents.1725996693.DESKTOP-VMN9VUK.303290.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:690da65864837a24fe81474471c03df6423466222c786944bcea44340640c3f1
|
3 |
+
size 5009
|
logs/events.out.tfevents.1725996781.DESKTOP-VMN9VUK.303290.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b29761f733bff8466ffa5a26a8578c15246276b4051d9be3d7316c19d5ac7be7
|
3 |
+
size 5009
|
logs/events.out.tfevents.1725996796.DESKTOP-VMN9VUK.303290.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a681810eb6a5bb6cc8f928a22b959693f0eeac8adee09162db0990643cfda0c4
|
3 |
+
size 5009
|
logs/events.out.tfevents.1725996815.DESKTOP-VMN9VUK.303290.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0a59b4671e1b0c9b5b81d909ef2147ad8a499ad441be8e27f3df99ead670cee
|
3 |
+
size 16053
|
logs/events.out.tfevents.1725996951.DESKTOP-VMN9VUK.303290.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b1478b9ce20f7b981e7ca37105ec5fbd23c7362f1059bbd9ef392c438a4cb4e
|
3 |
+
size 4184
|
logs/events.out.tfevents.1725997056.DESKTOP-VMN9VUK.313944.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44b08e238c7004c93dffb445746d88801b71482bbb25e375c46fb3106c16e949
|
3 |
+
size 6361
|
model.safetensors
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:48f67a65e535f0f6b848b9303b68720af3628801bee05389fa9d268ce24ab604
|
3 |
+
size 1340626860
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37b3a5853112116d60331f409d43fb6e91a60b0f68f17326a037bb08eac829b9
|
3 |
size 5240
|