Training in progress, step 58
Browse files- config.json +33 -15
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,25 +1,43 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
-
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
|
|
7 |
"attention_dropout": 0.1,
|
8 |
-
"
|
|
|
|
|
9 |
"dropout": 0.1,
|
10 |
-
"
|
11 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
"max_position_embeddings": 512,
|
13 |
-
"model_type": "
|
14 |
-
"n_heads":
|
15 |
-
"
|
16 |
-
"
|
|
|
|
|
17 |
"problem_type": "single_label_classification",
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
|
|
|
|
|
|
22 |
"torch_dtype": "float32",
|
23 |
"transformers_version": "4.26.1",
|
24 |
-
"
|
|
|
|
|
25 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "xlm-mlm-en-2048",
|
|
|
3 |
"architectures": [
|
4 |
+
"XLMForSequenceClassification"
|
5 |
],
|
6 |
+
"asm": false,
|
7 |
"attention_dropout": 0.1,
|
8 |
+
"bos_index": 0,
|
9 |
+
"bos_token_id": 0,
|
10 |
+
"causal": false,
|
11 |
"dropout": 0.1,
|
12 |
+
"emb_dim": 2048,
|
13 |
+
"embed_init_std": 0.02209708691207961,
|
14 |
+
"end_n_top": 5,
|
15 |
+
"eos_index": 1,
|
16 |
+
"gelu_activation": true,
|
17 |
+
"init_std": 0.02,
|
18 |
+
"is_encoder": true,
|
19 |
+
"lang_id": 0,
|
20 |
+
"layer_norm_eps": 1e-12,
|
21 |
+
"mask_index": 5,
|
22 |
+
"mask_token_id": 0,
|
23 |
"max_position_embeddings": 512,
|
24 |
+
"model_type": "xlm",
|
25 |
+
"n_heads": 16,
|
26 |
+
"n_langs": 1,
|
27 |
+
"n_layers": 12,
|
28 |
+
"pad_index": 2,
|
29 |
+
"pad_token_id": 2,
|
30 |
"problem_type": "single_label_classification",
|
31 |
+
"sinusoidal_embeddings": false,
|
32 |
+
"start_n_top": 5,
|
33 |
+
"summary_activation": null,
|
34 |
+
"summary_first_dropout": 0.1,
|
35 |
+
"summary_proj_to_labels": true,
|
36 |
+
"summary_type": "first",
|
37 |
+
"summary_use_proj": true,
|
38 |
"torch_dtype": "float32",
|
39 |
"transformers_version": "4.26.1",
|
40 |
+
"unk_index": 3,
|
41 |
+
"use_lang_emb": true,
|
42 |
+
"vocab_size": 30145
|
43 |
}
|
pytorch_model.bin
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:16070134ce86f981c937d1f6cbe760d0072ed51172c8ac4c704d44ade16dfedb
|
3 |
+
size 2668441385
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3515
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d70d1d5a3569f2888e26d84c8a67fa1ce02392f1212ee94deefe67e3dd5e59b9
|
3 |
size 3515
|