Training in progress, epoch 1
Browse files- config.json +7 -7
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,15 +1,14 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
-
"attention_probs_dropout_prob": 0.
|
7 |
"bos_token_id": 0,
|
8 |
"classifier_dropout": null,
|
9 |
"eos_token_id": 2,
|
10 |
-
"gradient_checkpointing": false,
|
11 |
"hidden_act": "gelu",
|
12 |
-
"hidden_dropout_prob": 0.
|
13 |
"hidden_size": 768,
|
14 |
"id2label": {
|
15 |
"0": "LABEL_0",
|
@@ -33,9 +32,10 @@
|
|
33 |
},
|
34 |
"layer_norm_eps": 1e-05,
|
35 |
"max_position_embeddings": 514,
|
36 |
-
"model_type": "roberta",
|
37 |
"num_attention_heads": 12,
|
38 |
"num_hidden_layers": 12,
|
|
|
39 |
"pad_token_id": 1,
|
40 |
"position_embedding_type": "absolute",
|
41 |
"problem_type": "single_label_classification",
|
@@ -43,5 +43,5 @@
|
|
43 |
"transformers_version": "4.39.3",
|
44 |
"type_vocab_size": 1,
|
45 |
"use_cache": true,
|
46 |
-
"vocab_size":
|
47 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "xlm-roberta-base",
|
3 |
"architectures": [
|
4 |
+
"XLMRobertaForSequenceClassification"
|
5 |
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 0,
|
8 |
"classifier_dropout": null,
|
9 |
"eos_token_id": 2,
|
|
|
10 |
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 768,
|
13 |
"id2label": {
|
14 |
"0": "LABEL_0",
|
|
|
32 |
},
|
33 |
"layer_norm_eps": 1e-05,
|
34 |
"max_position_embeddings": 514,
|
35 |
+
"model_type": "xlm-roberta",
|
36 |
"num_attention_heads": 12,
|
37 |
"num_hidden_layers": 12,
|
38 |
+
"output_past": true,
|
39 |
"pad_token_id": 1,
|
40 |
"position_embedding_type": "absolute",
|
41 |
"problem_type": "single_label_classification",
|
|
|
43 |
"transformers_version": "4.39.3",
|
44 |
"type_vocab_size": 1,
|
45 |
"use_cache": true,
|
46 |
+
"vocab_size": 250002
|
47 |
}
|
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:a93d675919ff9582627707ef0f28f4bfb8ea0d95d54105eef2c407752ac35d7b
|
3 |
+
size 1112220388
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:727076c7476a893fa540bbb2f3862dd1800cd74622bade211bc5aeb906f666dc
|
3 |
size 4984
|