Upload XLMRobertaForSequenceClassification
Browse files- README.md +1 -1
- config.json +45 -45
- model.safetensors +1 -1
README.md
CHANGED
@@ -4,4 +4,4 @@ language:
|
|
4 |
- km
|
5 |
base_model:
|
6 |
- FacebookAI/xlm-roberta-base
|
7 |
-
---
|
|
|
4 |
- km
|
5 |
base_model:
|
6 |
- FacebookAI/xlm-roberta-base
|
7 |
+
---
|
config.json
CHANGED
@@ -1,45 +1,45 @@
|
|
1 |
-
{
|
2 |
-
"_name_or_path": "
|
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": "arithmetic",
|
15 |
-
"1": "multiplication",
|
16 |
-
"2": "division",
|
17 |
-
"3": "algebra",
|
18 |
-
"4": "geometry",
|
19 |
-
"5": "exponents"
|
20 |
-
},
|
21 |
-
"initializer_range": 0.02,
|
22 |
-
"intermediate_size": 3072,
|
23 |
-
"label2id": {
|
24 |
-
"algebra": 3,
|
25 |
-
"arithmetic": 0,
|
26 |
-
"division": 2,
|
27 |
-
"exponents": 5,
|
28 |
-
"geometry": 4,
|
29 |
-
"multiplication": 1
|
30 |
-
},
|
31 |
-
"layer_norm_eps": 1e-05,
|
32 |
-
"max_position_embeddings": 514,
|
33 |
-
"model_type": "xlm-roberta",
|
34 |
-
"num_attention_heads": 12,
|
35 |
-
"num_hidden_layers": 12,
|
36 |
-
"output_past": true,
|
37 |
-
"pad_token_id": 1,
|
38 |
-
"position_embedding_type": "absolute",
|
39 |
-
"problem_type": "single_label_classification",
|
40 |
-
"torch_dtype": "float32",
|
41 |
-
"transformers_version": "4.
|
42 |
-
"type_vocab_size": 1,
|
43 |
-
"use_cache": true,
|
44 |
-
"vocab_size": 250002
|
45 |
-
}
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "D:/sangapac-math-model",
|
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": "arithmetic",
|
15 |
+
"1": "multiplication",
|
16 |
+
"2": "division",
|
17 |
+
"3": "algebra",
|
18 |
+
"4": "geometry",
|
19 |
+
"5": "exponents"
|
20 |
+
},
|
21 |
+
"initializer_range": 0.02,
|
22 |
+
"intermediate_size": 3072,
|
23 |
+
"label2id": {
|
24 |
+
"algebra": 3,
|
25 |
+
"arithmetic": 0,
|
26 |
+
"division": 2,
|
27 |
+
"exponents": 5,
|
28 |
+
"geometry": 4,
|
29 |
+
"multiplication": 1
|
30 |
+
},
|
31 |
+
"layer_norm_eps": 1e-05,
|
32 |
+
"max_position_embeddings": 514,
|
33 |
+
"model_type": "xlm-roberta",
|
34 |
+
"num_attention_heads": 12,
|
35 |
+
"num_hidden_layers": 12,
|
36 |
+
"output_past": true,
|
37 |
+
"pad_token_id": 1,
|
38 |
+
"position_embedding_type": "absolute",
|
39 |
+
"problem_type": "single_label_classification",
|
40 |
+
"torch_dtype": "float32",
|
41 |
+
"transformers_version": "4.46.2",
|
42 |
+
"type_vocab_size": 1,
|
43 |
+
"use_cache": true,
|
44 |
+
"vocab_size": 250002
|
45 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1112217312
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:976205769029f1e1b6847acb46ba99d347ed4a78b1b06ddfea52a1cdf89dc74f
|
3 |
size 1112217312
|