Training in progress, step 200
Browse files- config.json +8 -0
- model.safetensors +1 -1
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -20,9 +20,17 @@
|
|
| 20 |
"gradient_checkpointing": false,
|
| 21 |
"hidden_activation": "gelu",
|
| 22 |
"hidden_size": 768,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
"initializer_cutoff_factor": 2.0,
|
| 24 |
"initializer_range": 0.02,
|
| 25 |
"intermediate_size": 1152,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
"layer_norm_eps": 1e-05,
|
| 27 |
"local_attention": 128,
|
| 28 |
"local_rope_theta": 10000.0,
|
|
|
|
| 20 |
"gradient_checkpointing": false,
|
| 21 |
"hidden_activation": "gelu",
|
| 22 |
"hidden_size": 768,
|
| 23 |
+
"id2label": {
|
| 24 |
+
"0": "no_propaganda",
|
| 25 |
+
"1": "has_propaganda"
|
| 26 |
+
},
|
| 27 |
"initializer_cutoff_factor": 2.0,
|
| 28 |
"initializer_range": 0.02,
|
| 29 |
"intermediate_size": 1152,
|
| 30 |
+
"label2id": {
|
| 31 |
+
"has_propaganda": 1,
|
| 32 |
+
"no_propaganda": 0
|
| 33 |
+
},
|
| 34 |
"layer_norm_eps": 1e-05,
|
| 35 |
"local_attention": 128,
|
| 36 |
"local_rope_theta": 10000.0,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 598439784
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e48724b649fbcc9f55d6b989782528171959b58f41052e547603338a6b75baa5
|
| 3 |
size 598439784
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5905
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c102c64b10207311e1c05aa5b5e41a67e5313788a1c2852e9eba4ccf79d658f1
|
| 3 |
size 5905
|