Training in progress, epoch 1
Browse files- config.json +26 -0
- model.safetensors +3 -0
- runs/Jan13_10-19-26_thanakim/events.out.tfevents.1736738367.thanakim.75131.0 +3 -0
- runs/Jan13_10-21-30_thanakim/events.out.tfevents.1736738490.thanakim.77595.0 +3 -0
- runs/Jan13_10-23-17_thanakim/events.out.tfevents.1736738598.thanakim.79165.0 +3 -0
- runs/Jan13_10-24-15_thanakim/events.out.tfevents.1736738656.thanakim.80088.0 +3 -0
- runs/Jan13_10-41-40_thanakim/events.out.tfevents.1736739701.thanakim.101874.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "distilbert-base-cased",
|
| 3 |
+
"activation": "gelu",
|
| 4 |
+
"architectures": [
|
| 5 |
+
"DistilBertForSequenceClassification"
|
| 6 |
+
],
|
| 7 |
+
"attention_dropout": 0.1,
|
| 8 |
+
"dim": 768,
|
| 9 |
+
"dropout": 0.1,
|
| 10 |
+
"hidden_dim": 3072,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"model_type": "distilbert",
|
| 14 |
+
"n_heads": 12,
|
| 15 |
+
"n_layers": 6,
|
| 16 |
+
"output_past": true,
|
| 17 |
+
"pad_token_id": 0,
|
| 18 |
+
"problem_type": "single_label_classification",
|
| 19 |
+
"qa_dropout": 0.1,
|
| 20 |
+
"seq_classif_dropout": 0.2,
|
| 21 |
+
"sinusoidal_pos_embds": false,
|
| 22 |
+
"tie_weights_": true,
|
| 23 |
+
"torch_dtype": "float32",
|
| 24 |
+
"transformers_version": "4.37.2",
|
| 25 |
+
"vocab_size": 28996
|
| 26 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d77b7d3d5dd940e103162af315da7b80d929cb3d6a418ac07d32cb9a36583bf2
|
| 3 |
+
size 263144680
|
runs/Jan13_10-19-26_thanakim/events.out.tfevents.1736738367.thanakim.75131.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf4f4e40081ff08dc36b1ed3e3f17190f497fa9f8ab7d39f39b0712569f8ec1d
|
| 3 |
+
size 4249
|
runs/Jan13_10-21-30_thanakim/events.out.tfevents.1736738490.thanakim.77595.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7224dce7eb2b4e16c3a8b52ce8d7698df400e8fcd86abb4f45b22a5e7c55404
|
| 3 |
+
size 4249
|
runs/Jan13_10-23-17_thanakim/events.out.tfevents.1736738598.thanakim.79165.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d9cfcd50d0b51a3ff3dbc49ec495512e1d112166bbebd72a84f4fbbd8f6fe9d
|
| 3 |
+
size 4249
|
runs/Jan13_10-24-15_thanakim/events.out.tfevents.1736738656.thanakim.80088.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:586bfb295ae973fcb90105cd920f245bc381c6f3f5391f90672c09bd2c846201
|
| 3 |
+
size 4597
|
runs/Jan13_10-41-40_thanakim/events.out.tfevents.1736739701.thanakim.101874.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70509968e8c1f63d7ca7c5a4df3e672787b9989798352a75e457b328c3856334
|
| 3 |
+
size 4597
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e10abab54e0636a1cf05d6456385c75c270c753c7bf2468866d05c166c7c474c
|
| 3 |
+
size 4728
|