Training in progress, step 189
Browse files
config.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
{
|
| 2 |
-
"activation": "gelu",
|
| 3 |
"architectures": [
|
| 4 |
-
"
|
| 5 |
],
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
-
"
|
|
|
|
|
|
|
| 10 |
"id2label": {
|
| 11 |
"0": "Politics",
|
| 12 |
"1": "Business",
|
|
@@ -18,6 +19,7 @@
|
|
| 18 |
"7": "Other"
|
| 19 |
},
|
| 20 |
"initializer_range": 0.02,
|
|
|
|
| 21 |
"label2id": {
|
| 22 |
"Business": 1,
|
| 23 |
"Crime": 4,
|
|
@@ -28,17 +30,21 @@
|
|
| 28 |
"Science & Technology": 2,
|
| 29 |
"Weather & Environment": 6
|
| 30 |
},
|
|
|
|
| 31 |
"max_position_embeddings": 512,
|
| 32 |
-
"model_type": "
|
| 33 |
-
"
|
| 34 |
-
"
|
| 35 |
"pad_token_id": 0,
|
|
|
|
| 36 |
"problem_type": "single_label_classification",
|
| 37 |
-
"
|
| 38 |
-
"
|
| 39 |
-
"
|
| 40 |
-
"
|
| 41 |
"torch_dtype": "float32",
|
| 42 |
"transformers_version": "4.50.3",
|
|
|
|
|
|
|
| 43 |
"vocab_size": 30522
|
| 44 |
}
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
+
"ElectraForSequenceClassification"
|
| 4 |
],
|
| 5 |
+
"attention_probs_dropout_prob": 0.1,
|
| 6 |
+
"classifier_dropout": null,
|
| 7 |
+
"embedding_size": 128,
|
| 8 |
+
"hidden_act": "gelu",
|
| 9 |
+
"hidden_dropout_prob": 0.1,
|
| 10 |
+
"hidden_size": 256,
|
| 11 |
"id2label": {
|
| 12 |
"0": "Politics",
|
| 13 |
"1": "Business",
|
|
|
|
| 19 |
"7": "Other"
|
| 20 |
},
|
| 21 |
"initializer_range": 0.02,
|
| 22 |
+
"intermediate_size": 1024,
|
| 23 |
"label2id": {
|
| 24 |
"Business": 1,
|
| 25 |
"Crime": 4,
|
|
|
|
| 30 |
"Science & Technology": 2,
|
| 31 |
"Weather & Environment": 6
|
| 32 |
},
|
| 33 |
+
"layer_norm_eps": 1e-12,
|
| 34 |
"max_position_embeddings": 512,
|
| 35 |
+
"model_type": "electra",
|
| 36 |
+
"num_attention_heads": 4,
|
| 37 |
+
"num_hidden_layers": 12,
|
| 38 |
"pad_token_id": 0,
|
| 39 |
+
"position_embedding_type": "absolute",
|
| 40 |
"problem_type": "single_label_classification",
|
| 41 |
+
"summary_activation": "gelu",
|
| 42 |
+
"summary_last_dropout": 0.1,
|
| 43 |
+
"summary_type": "first",
|
| 44 |
+
"summary_use_proj": true,
|
| 45 |
"torch_dtype": "float32",
|
| 46 |
"transformers_version": "4.50.3",
|
| 47 |
+
"type_vocab_size": 2,
|
| 48 |
+
"use_cache": true,
|
| 49 |
"vocab_size": 30522
|
| 50 |
}
|
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:d81e5d3da06c7b45a059361f4a8afd3ae4aa221a1e650e338793414dd7afd4ea
|
| 3 |
+
size 54227368
|
runs/Apr13_20-06-10_a3d4c392cff1/events.out.tfevents.1744574771.a3d4c392cff1.1040.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec8230ae4264d88db3d1a2cc97f6951873bfea7f1cc6f5ada59b04e30bb0e16b
|
| 3 |
+
size 6296
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46f7322917f44ef498271651fb5cfaad78a0574db9580d06bf26ba9312003d42
|
| 3 |
size 5432
|