Training in progress, epoch 1
Browse files- config.json +27 -0
- model.safetensors +3 -0
- runs/Jul01_09-28-41_c9f7eb6c65d1/events.out.tfevents.1719826123.c9f7eb6c65d1.34.0 +3 -0
- runs/Jul01_09-29-33_c9f7eb6c65d1/events.out.tfevents.1719826174.c9f7eb6c65d1.34.1 +3 -0
- runs/Jul01_09-29-33_c9f7eb6c65d1/events.out.tfevents.1719826228.c9f7eb6c65d1.34.2 +3 -0
- runs/Jul01_09-42-29_c9f7eb6c65d1/events.out.tfevents.1719826951.c9f7eb6c65d1.34.3 +3 -0
- runs/Jul01_09-45-21_c9f7eb6c65d1/events.out.tfevents.1719827122.c9f7eb6c65d1.34.4 +3 -0
- runs/Jul01_09-46-22_c9f7eb6c65d1/events.out.tfevents.1719827183.c9f7eb6c65d1.34.5 +3 -0
- runs/Jul01_09-46-22_c9f7eb6c65d1/events.out.tfevents.1719827239.c9f7eb6c65d1.34.6 +3 -0
- runs/Jul01_09-48-14_c9f7eb6c65d1/events.out.tfevents.1719827296.c9f7eb6c65d1.34.7 +3 -0
- runs/Jul01_09-49-15_c9f7eb6c65d1/events.out.tfevents.1719827357.c9f7eb6c65d1.34.8 +3 -0
- runs/Jul01_09-49-15_c9f7eb6c65d1/events.out.tfevents.1719827403.c9f7eb6c65d1.34.9 +3 -0
- runs/Jul01_09-53-02_c9f7eb6c65d1/events.out.tfevents.1719827583.c9f7eb6c65d1.34.10 +3 -0
- runs/Jul01_09-53-02_c9f7eb6c65d1/events.out.tfevents.1719827628.c9f7eb6c65d1.34.11 +3 -0
- runs/Jul01_09-55-51_c9f7eb6c65d1/events.out.tfevents.1719827752.c9f7eb6c65d1.34.12 +3 -0
- runs/Jul01_09-55-51_c9f7eb6c65d1/events.out.tfevents.1719827807.c9f7eb6c65d1.34.13 +3 -0
- runs/Jul01_09-57-39_c9f7eb6c65d1/events.out.tfevents.1719827861.c9f7eb6c65d1.34.14 +3 -0
- runs/Jul01_09-58-42_c9f7eb6c65d1/events.out.tfevents.1719827924.c9f7eb6c65d1.34.15 +3 -0
- runs/Jul01_09-58-42_c9f7eb6c65d1/events.out.tfevents.1719827971.c9f7eb6c65d1.34.16 +3 -0
- runs/Jul01_10-02-56_c9f7eb6c65d1/events.out.tfevents.1719828178.c9f7eb6c65d1.34.17 +3 -0
- runs/Jul01_10-02-56_c9f7eb6c65d1/events.out.tfevents.1719828233.c9f7eb6c65d1.34.18 +3 -0
- runs/Jul01_10-05-25_c9f7eb6c65d1/events.out.tfevents.1719828327.c9f7eb6c65d1.34.19 +3 -0
- runs/Jul01_10-05-25_c9f7eb6c65d1/events.out.tfevents.1719828387.c9f7eb6c65d1.34.20 +3 -0
- runs/Jul01_10-09-12_c9f7eb6c65d1/events.out.tfevents.1719828553.c9f7eb6c65d1.34.21 +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "bert-base-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 |
+
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 3072,
|
| 14 |
+
"layer_norm_eps": 1e-12,
|
| 15 |
+
"max_position_embeddings": 512,
|
| 16 |
+
"model_type": "bert",
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"pad_token_id": 0,
|
| 20 |
+
"position_embedding_type": "absolute",
|
| 21 |
+
"problem_type": "single_label_classification",
|
| 22 |
+
"torch_dtype": "float32",
|
| 23 |
+
"transformers_version": "4.41.2",
|
| 24 |
+
"type_vocab_size": 2,
|
| 25 |
+
"use_cache": true,
|
| 26 |
+
"vocab_size": 30522
|
| 27 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1087011c95f46bd24c3bc948bbe5ed9250805a3b5856aaf839ce2c1f5a1d3874
|
| 3 |
+
size 437958648
|
runs/Jul01_09-28-41_c9f7eb6c65d1/events.out.tfevents.1719826123.c9f7eb6c65d1.34.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bfcd62c3aeb4cb719a46778e435a1ded9c0a4fb0dce12b7989ed63cf53673ce7
|
| 3 |
+
size 4795
|
runs/Jul01_09-29-33_c9f7eb6c65d1/events.out.tfevents.1719826174.c9f7eb6c65d1.34.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d93da73d93d2f0bd759659b8f51d9472249362ab3a3b0135b6f117c259439300
|
| 3 |
+
size 5460
|
runs/Jul01_09-29-33_c9f7eb6c65d1/events.out.tfevents.1719826228.c9f7eb6c65d1.34.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d12bbe5715bc7aa51e054d11f4704d35cab2698fbd5138e04edf850736423129
|
| 3 |
+
size 405
|
runs/Jul01_09-42-29_c9f7eb6c65d1/events.out.tfevents.1719826951.c9f7eb6c65d1.34.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f135de755cb49210b65929807e32d5805a9bd65a5225e8e3931d81da6f9a803
|
| 3 |
+
size 5054
|
runs/Jul01_09-45-21_c9f7eb6c65d1/events.out.tfevents.1719827122.c9f7eb6c65d1.34.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b03bce0f2f0bcc971ba4abd5f893c261b236bf5a82b4051a9154c8472ab60d4
|
| 3 |
+
size 5054
|
runs/Jul01_09-46-22_c9f7eb6c65d1/events.out.tfevents.1719827183.c9f7eb6c65d1.34.5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f1338fd1f739253593c8b90b4962c504acdf1e77d4abe757213bf1d06cdb813
|
| 3 |
+
size 5460
|
runs/Jul01_09-46-22_c9f7eb6c65d1/events.out.tfevents.1719827239.c9f7eb6c65d1.34.6
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a7204bad4eb71a6915b931c397992939fb956e831f46e024d92de893f04954b
|
| 3 |
+
size 405
|
runs/Jul01_09-48-14_c9f7eb6c65d1/events.out.tfevents.1719827296.c9f7eb6c65d1.34.7
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e594d9363a5970fa1b7f8c1e81c8de3af49edfd75e3ba2bb82d1e5b63daa186
|
| 3 |
+
size 30694
|
runs/Jul01_09-49-15_c9f7eb6c65d1/events.out.tfevents.1719827357.c9f7eb6c65d1.34.8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2edbe004c0f3de5383a56b748e2e4a3f40a017e979dadbdfdbb8401965727cc1
|
| 3 |
+
size 5474
|
runs/Jul01_09-49-15_c9f7eb6c65d1/events.out.tfevents.1719827403.c9f7eb6c65d1.34.9
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:53947f5385be661924bc5be95ab9a78600ea464df6058726817189fa64061431
|
| 3 |
+
size 405
|
runs/Jul01_09-53-02_c9f7eb6c65d1/events.out.tfevents.1719827583.c9f7eb6c65d1.34.10
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d07a8a3b55afdd314246a3aa9e76a67422eacdb7ac2f8b8b1250657d201abef1
|
| 3 |
+
size 5472
|
runs/Jul01_09-53-02_c9f7eb6c65d1/events.out.tfevents.1719827628.c9f7eb6c65d1.34.11
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ffe160d406d7dc5e510609fb8fdcd35f8dd1a837c1de7848404d915d78ffb972
|
| 3 |
+
size 405
|
runs/Jul01_09-55-51_c9f7eb6c65d1/events.out.tfevents.1719827752.c9f7eb6c65d1.34.12
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77c2654cf347c81e359cef5ee72322f24a0eabc46b42cd07368656f601d81c08
|
| 3 |
+
size 5474
|
runs/Jul01_09-55-51_c9f7eb6c65d1/events.out.tfevents.1719827807.c9f7eb6c65d1.34.13
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:05d07f5989c663103e322ff8c776b62bf2ca30f71b604066d2e426abb3e310eb
|
| 3 |
+
size 405
|
runs/Jul01_09-57-39_c9f7eb6c65d1/events.out.tfevents.1719827861.c9f7eb6c65d1.34.14
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:251461efc5034c66b227bd09e6726eb9e7d7ac32a612542ee5039d552326f769
|
| 3 |
+
size 5054
|
runs/Jul01_09-58-42_c9f7eb6c65d1/events.out.tfevents.1719827924.c9f7eb6c65d1.34.15
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d1d7bb6b47f6e7d00d8bd4054da7b55e5ed63c45c79d451e42a9b64bfa331b4e
|
| 3 |
+
size 5400
|
runs/Jul01_09-58-42_c9f7eb6c65d1/events.out.tfevents.1719827971.c9f7eb6c65d1.34.16
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38e23e1e9b1dbd1d5c6d73cf35ffa57ea1c0c5d656e1d45aaf42ca25fd80ac60
|
| 3 |
+
size 307
|
runs/Jul01_10-02-56_c9f7eb6c65d1/events.out.tfevents.1719828178.c9f7eb6c65d1.34.17
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:530fdf631b2fff6661d726270afcb719dc994ab6b48a6e0eb7e50f5cd46caaca
|
| 3 |
+
size 5400
|
runs/Jul01_10-02-56_c9f7eb6c65d1/events.out.tfevents.1719828233.c9f7eb6c65d1.34.18
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:430f1a93a21db9575a12e3457a652a0cc9df2114390cd4e513d066127c6a6999
|
| 3 |
+
size 307
|
runs/Jul01_10-05-25_c9f7eb6c65d1/events.out.tfevents.1719828327.c9f7eb6c65d1.34.19
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:158f098fab4ef144f32a186a469deaeacb8e0490a1b9d0d12f38f4dcd4ee3fa1
|
| 3 |
+
size 5400
|
runs/Jul01_10-05-25_c9f7eb6c65d1/events.out.tfevents.1719828387.c9f7eb6c65d1.34.20
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73de4a083cf45e782911ff96d553c6e9fdd965e9df145cfb8ac4687ea8df1427
|
| 3 |
+
size 307
|
runs/Jul01_10-09-12_c9f7eb6c65d1/events.out.tfevents.1719828553.c9f7eb6c65d1.34.21
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13088e70b29e73ca760315acf08a57dfa8a36aff6a57ae04307e17a8b1e9c6d2
|
| 3 |
+
size 5400
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91a1015f95a54963563f20a3d762609f35a78e9bdda9359ed303b545dea6a151
|
| 3 |
+
size 5176
|