Training in progress, epoch 1
Browse files- .gitattributes +1 -0
- config.json +16 -65
- model.safetensors +2 -2
- tokenizer.json +0 -0
- tokenizer_config.json +6 -12
- training_args.bin +1 -1
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
config.json
CHANGED
|
@@ -1,90 +1,41 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
-
"
|
| 6 |
-
"attention_dropout": 0.0,
|
| 7 |
"bos_token_id": 0,
|
| 8 |
-
"
|
| 9 |
-
"classifier_bias": false,
|
| 10 |
-
"classifier_dropout": 0.0,
|
| 11 |
-
"classifier_pooling": "mean",
|
| 12 |
-
"cls_token_id": 0,
|
| 13 |
-
"decoder_bias": true,
|
| 14 |
-
"deterministic_flash_attn": false,
|
| 15 |
"dtype": "float32",
|
| 16 |
-
"embedding_dropout": 0.0,
|
| 17 |
"eos_token_id": 2,
|
| 18 |
-
"
|
| 19 |
-
"
|
| 20 |
-
"
|
| 21 |
-
"hidden_size": 768,
|
| 22 |
"id2label": {
|
| 23 |
"0": "NEGATIVE",
|
| 24 |
"1": "NEUTRAL",
|
| 25 |
"2": "POSITIVE"
|
| 26 |
},
|
| 27 |
-
"initializer_cutoff_factor": 2.0,
|
| 28 |
"initializer_range": 0.02,
|
| 29 |
-
"intermediate_size":
|
|
|
|
| 30 |
"label2id": {
|
| 31 |
"NEGATIVE": 0,
|
| 32 |
"NEUTRAL": 1,
|
| 33 |
"POSITIVE": 2
|
| 34 |
},
|
| 35 |
"layer_norm_eps": 1e-05,
|
| 36 |
-
"
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
"sliding_attention",
|
| 42 |
-
"sliding_attention",
|
| 43 |
-
"full_attention",
|
| 44 |
-
"sliding_attention",
|
| 45 |
-
"sliding_attention",
|
| 46 |
-
"full_attention",
|
| 47 |
-
"sliding_attention",
|
| 48 |
-
"sliding_attention",
|
| 49 |
-
"full_attention",
|
| 50 |
-
"sliding_attention",
|
| 51 |
-
"sliding_attention",
|
| 52 |
-
"full_attention",
|
| 53 |
-
"sliding_attention",
|
| 54 |
-
"sliding_attention",
|
| 55 |
-
"full_attention",
|
| 56 |
-
"sliding_attention",
|
| 57 |
-
"sliding_attention",
|
| 58 |
-
"full_attention"
|
| 59 |
-
],
|
| 60 |
-
"local_attention": 128,
|
| 61 |
-
"max_position_embeddings": 8192,
|
| 62 |
-
"mlp_bias": false,
|
| 63 |
-
"mlp_dropout": 0.0,
|
| 64 |
-
"model_type": "modernbert",
|
| 65 |
-
"norm_bias": false,
|
| 66 |
-
"norm_eps": 1e-05,
|
| 67 |
-
"num_attention_heads": 12,
|
| 68 |
-
"num_hidden_layers": 22,
|
| 69 |
"pad_token_id": 1,
|
| 70 |
"position_embedding_type": "absolute",
|
| 71 |
"problem_type": "single_label_classification",
|
| 72 |
-
"repad_logits_with_grad": false,
|
| 73 |
-
"rope_parameters": {
|
| 74 |
-
"full_attention": {
|
| 75 |
-
"rope_theta": 160000.0,
|
| 76 |
-
"rope_type": "default"
|
| 77 |
-
},
|
| 78 |
-
"sliding_attention": {
|
| 79 |
-
"rope_theta": 10000.0,
|
| 80 |
-
"rope_type": "default"
|
| 81 |
-
}
|
| 82 |
-
},
|
| 83 |
-
"sep_token_id": 2,
|
| 84 |
-
"sparse_pred_ignore_index": -100,
|
| 85 |
-
"sparse_prediction": false,
|
| 86 |
"tie_word_embeddings": true,
|
| 87 |
"transformers_version": "5.5.4",
|
|
|
|
| 88 |
"use_cache": false,
|
| 89 |
-
"vocab_size":
|
| 90 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"add_cross_attention": false,
|
| 3 |
"architectures": [
|
| 4 |
+
"XLMRobertaForSequenceClassification"
|
| 5 |
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
|
|
|
| 7 |
"bos_token_id": 0,
|
| 8 |
+
"classifier_dropout": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
"dtype": "float32",
|
|
|
|
| 10 |
"eos_token_id": 2,
|
| 11 |
+
"hidden_act": "gelu",
|
| 12 |
+
"hidden_dropout_prob": 0.1,
|
| 13 |
+
"hidden_size": 1024,
|
|
|
|
| 14 |
"id2label": {
|
| 15 |
"0": "NEGATIVE",
|
| 16 |
"1": "NEUTRAL",
|
| 17 |
"2": "POSITIVE"
|
| 18 |
},
|
|
|
|
| 19 |
"initializer_range": 0.02,
|
| 20 |
+
"intermediate_size": 4096,
|
| 21 |
+
"is_decoder": false,
|
| 22 |
"label2id": {
|
| 23 |
"NEGATIVE": 0,
|
| 24 |
"NEUTRAL": 1,
|
| 25 |
"POSITIVE": 2
|
| 26 |
},
|
| 27 |
"layer_norm_eps": 1e-05,
|
| 28 |
+
"max_position_embeddings": 514,
|
| 29 |
+
"model_type": "xlm-roberta",
|
| 30 |
+
"num_attention_heads": 16,
|
| 31 |
+
"num_hidden_layers": 24,
|
| 32 |
+
"output_past": true,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
"pad_token_id": 1,
|
| 34 |
"position_embedding_type": "absolute",
|
| 35 |
"problem_type": "single_label_classification",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
"tie_word_embeddings": true,
|
| 37 |
"transformers_version": "5.5.4",
|
| 38 |
+
"type_vocab_size": 1,
|
| 39 |
"use_cache": false,
|
| 40 |
+
"vocab_size": 250002
|
| 41 |
}
|
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:e757200496170c39eb7e357e50e6d7e57978ddd2995d9dfd1b964b8516e49e03
|
| 3 |
+
size 2239622724
|
tokenizer.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
CHANGED
|
@@ -2,20 +2,14 @@
|
|
| 2 |
"add_prefix_space": true,
|
| 3 |
"backend": "tokenizers",
|
| 4 |
"bos_token": "<s>",
|
| 5 |
-
"clean_up_tokenization_spaces":
|
|
|
|
| 6 |
"eos_token": "</s>",
|
| 7 |
"is_local": false,
|
| 8 |
-
"legacy": true,
|
| 9 |
"mask_token": "<mask>",
|
| 10 |
-
"
|
| 11 |
-
"input_ids",
|
| 12 |
-
"attention_mask"
|
| 13 |
-
],
|
| 14 |
-
"model_max_length": 8192,
|
| 15 |
"pad_token": "<pad>",
|
| 16 |
-
"
|
| 17 |
-
"
|
| 18 |
-
"
|
| 19 |
-
"unk_token": "<unk>",
|
| 20 |
-
"use_default_system_prompt": false
|
| 21 |
}
|
|
|
|
| 2 |
"add_prefix_space": true,
|
| 3 |
"backend": "tokenizers",
|
| 4 |
"bos_token": "<s>",
|
| 5 |
+
"clean_up_tokenization_spaces": true,
|
| 6 |
+
"cls_token": "<s>",
|
| 7 |
"eos_token": "</s>",
|
| 8 |
"is_local": false,
|
|
|
|
| 9 |
"mask_token": "<mask>",
|
| 10 |
+
"model_max_length": 512,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
"pad_token": "<pad>",
|
| 12 |
+
"sep_token": "</s>",
|
| 13 |
+
"tokenizer_class": "XLMRobertaTokenizer",
|
| 14 |
+
"unk_token": "<unk>"
|
|
|
|
|
|
|
| 15 |
}
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5201
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b05e912d15c955433d3af27a1771d4c9d03ddfa3ea5eb910da66d87e0bdb35d
|
| 3 |
size 5201
|