Training in progress, epoch 1
Browse files- config.json +16 -14
- model.safetensors +2 -2
- tokenizer_config.json +1 -1
config.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
-
"activation": "gelu",
|
| 4 |
"architectures": [
|
| 5 |
-
"
|
| 6 |
],
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"
|
|
|
|
|
|
|
| 11 |
"id2label": {
|
| 12 |
"0": "ARTS",
|
| 13 |
"1": "ARTS & CULTURE",
|
|
@@ -53,6 +54,7 @@
|
|
| 53 |
"41": "WORLDPOST"
|
| 54 |
},
|
| 55 |
"initializer_range": 0.02,
|
|
|
|
| 56 |
"label2id": {
|
| 57 |
"ARTS": 0,
|
| 58 |
"ARTS & CULTURE": 1,
|
|
@@ -97,17 +99,17 @@
|
|
| 97 |
"WORLD NEWS": 40,
|
| 98 |
"WORLDPOST": 41
|
| 99 |
},
|
|
|
|
| 100 |
"max_position_embeddings": 512,
|
| 101 |
-
"model_type": "
|
| 102 |
-
"
|
| 103 |
-
"
|
| 104 |
"pad_token_id": 0,
|
|
|
|
| 105 |
"problem_type": "single_label_classification",
|
| 106 |
-
"qa_dropout": 0.1,
|
| 107 |
-
"seq_classif_dropout": 0.2,
|
| 108 |
-
"sinusoidal_pos_embds": false,
|
| 109 |
-
"tie_weights_": true,
|
| 110 |
"torch_dtype": "float32",
|
| 111 |
"transformers_version": "4.42.4",
|
|
|
|
|
|
|
| 112 |
"vocab_size": 30522
|
| 113 |
}
|
|
|
|
| 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 |
"id2label": {
|
| 13 |
"0": "ARTS",
|
| 14 |
"1": "ARTS & CULTURE",
|
|
|
|
| 54 |
"41": "WORLDPOST"
|
| 55 |
},
|
| 56 |
"initializer_range": 0.02,
|
| 57 |
+
"intermediate_size": 3072,
|
| 58 |
"label2id": {
|
| 59 |
"ARTS": 0,
|
| 60 |
"ARTS & CULTURE": 1,
|
|
|
|
| 99 |
"WORLD NEWS": 40,
|
| 100 |
"WORLDPOST": 41
|
| 101 |
},
|
| 102 |
+
"layer_norm_eps": 1e-12,
|
| 103 |
"max_position_embeddings": 512,
|
| 104 |
+
"model_type": "bert",
|
| 105 |
+
"num_attention_heads": 12,
|
| 106 |
+
"num_hidden_layers": 12,
|
| 107 |
"pad_token_id": 0,
|
| 108 |
+
"position_embedding_type": "absolute",
|
| 109 |
"problem_type": "single_label_classification",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 110 |
"torch_dtype": "float32",
|
| 111 |
"transformers_version": "4.42.4",
|
| 112 |
+
"type_vocab_size": 2,
|
| 113 |
+
"use_cache": true,
|
| 114 |
"vocab_size": 30522
|
| 115 |
}
|
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:f940369cd554f7299e1a85b52f056e8d9f7a637110816c49b8d2e5af513b7c93
|
| 3 |
+
size 438081688
|
tokenizer_config.json
CHANGED
|
@@ -50,6 +50,6 @@
|
|
| 50 |
"sep_token": "[SEP]",
|
| 51 |
"strip_accents": null,
|
| 52 |
"tokenize_chinese_chars": true,
|
| 53 |
-
"tokenizer_class": "
|
| 54 |
"unk_token": "[UNK]"
|
| 55 |
}
|
|
|
|
| 50 |
"sep_token": "[SEP]",
|
| 51 |
"strip_accents": null,
|
| 52 |
"tokenize_chinese_chars": true,
|
| 53 |
+
"tokenizer_class": "BertTokenizer",
|
| 54 |
"unk_token": "[UNK]"
|
| 55 |
}
|