Training in progress, step 100
Browse files
config.json
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 0,
|
8 |
"classifier_dropout": null,
|
9 |
-
"directionality": "bidi",
|
10 |
"eos_token_id": 2,
|
11 |
"hidden_act": "gelu",
|
12 |
"hidden_dropout_prob": 0.1,
|
@@ -23,23 +22,18 @@
|
|
23 |
},
|
24 |
"initializer_range": 0.02,
|
25 |
"intermediate_size": 3072,
|
26 |
-
"layer_norm_eps": 1e-
|
27 |
-
"max_position_embeddings":
|
28 |
-
"model_type": "
|
29 |
"num_attention_heads": 12,
|
30 |
"num_hidden_layers": 12,
|
31 |
"output_past": true,
|
32 |
-
"pad_token_id":
|
33 |
-
"pooler_fc_size": 768,
|
34 |
-
"pooler_num_attention_heads": 12,
|
35 |
-
"pooler_num_fc_layers": 3,
|
36 |
-
"pooler_size_per_head": 128,
|
37 |
-
"pooler_type": "first_token_transform",
|
38 |
"position_embedding_type": "absolute",
|
39 |
"problem_type": "multi_label_classification",
|
40 |
"torch_dtype": "float32",
|
41 |
"transformers_version": "4.25.1",
|
42 |
-
"type_vocab_size":
|
43 |
"use_cache": true,
|
44 |
-
"vocab_size":
|
45 |
}
|
|
|
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,
|
|
|
22 |
},
|
23 |
"initializer_range": 0.02,
|
24 |
"intermediate_size": 3072,
|
25 |
+
"layer_norm_eps": 1e-05,
|
26 |
+
"max_position_embeddings": 514,
|
27 |
+
"model_type": "xlm-roberta",
|
28 |
"num_attention_heads": 12,
|
29 |
"num_hidden_layers": 12,
|
30 |
"output_past": true,
|
31 |
+
"pad_token_id": 1,
|
|
|
|
|
|
|
|
|
|
|
32 |
"position_embedding_type": "absolute",
|
33 |
"problem_type": "multi_label_classification",
|
34 |
"torch_dtype": "float32",
|
35 |
"transformers_version": "4.25.1",
|
36 |
+
"type_vocab_size": 1,
|
37 |
"use_cache": true,
|
38 |
+
"vocab_size": 250002
|
39 |
}
|
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:be780db6c58ec915bd0e5eb0777d815e2cc4c18770077c0b6e5b17239aa26323
|
3 |
+
size 1112272565
|
runs/Jan17_01-13-21_eec551641185/1673918006.0414693/events.out.tfevents.1673918006.eec551641185.324.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5b793abf00fa5e692b1e5fb913fc8c9c9a0fd7cb22d930844dd9b4ecbee97bb
|
3 |
+
size 5513
|
runs/Jan17_01-13-21_eec551641185/events.out.tfevents.1673918006.eec551641185.324.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a00c261386e24bdc33b2845b8b59162cbff2b87bda20f2aca382363a92333e78
|
3 |
+
size 4592
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3387
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a822a9ac4ae9aeb20b7fccf083752927cc06f709a1db2d4c3d4e6480ed92686c
|
3 |
size 3387
|