Training in progress, epoch 0
Browse files
config.json
CHANGED
@@ -50,6 +50,8 @@
|
|
50 |
"num_attention_heads": 16,
|
51 |
"num_hidden_layers": 8,
|
52 |
"num_key_value_heads": 4,
|
|
|
|
|
53 |
"rms_norm_eps": 1e-05,
|
54 |
"rope_theta": 10000.0,
|
55 |
"sliding_window": 4096,
|
@@ -57,5 +59,5 @@
|
|
57 |
"torch_dtype": "float32",
|
58 |
"transformers_version": "4.39.3",
|
59 |
"use_cache": true,
|
60 |
-
"vocab_size":
|
61 |
}
|
|
|
50 |
"num_attention_heads": 16,
|
51 |
"num_hidden_layers": 8,
|
52 |
"num_key_value_heads": 4,
|
53 |
+
"pad_token_id": 32000,
|
54 |
+
"problem_type": "single_label_classification",
|
55 |
"rms_norm_eps": 1e-05,
|
56 |
"rope_theta": 10000.0,
|
57 |
"sliding_window": 4096,
|
|
|
59 |
"torch_dtype": "float32",
|
60 |
"transformers_version": "4.39.3",
|
61 |
"use_cache": true,
|
62 |
+
"vocab_size": 32001
|
63 |
}
|
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:528cf549b1b8c0012b407006375fc2f1c56d354e56e6b131ebe4049aad31d194
|
3 |
+
size 791226496
|
runs/Apr15_15-44-33_94e4afc178d5/events.out.tfevents.1713195875.94e4afc178d5.63.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c53e4a24034e04a0b32560355a5c09940882cd338b868d2988bf6ca5e743d81
|
3 |
+
size 6829
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b19af2e80a9ba6829dae5fe23b91e5de59bc3dc224364dca91962f9f4daf3ef
|
3 |
size 4920
|