Upload 3 files
Browse files- config.json +90 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,90 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"XLMRobertaForSequenceClassification"
|
4 |
+
],
|
5 |
+
"attention_probs_dropout_prob": 0.1,
|
6 |
+
"bos_token_id": 0,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"eos_token_id": 2,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 1024,
|
12 |
+
"id2label": {
|
13 |
+
"0": "Macroeconomics (1)",
|
14 |
+
"1": "Civil Rights (2)",
|
15 |
+
"2": "Health (3)",
|
16 |
+
"3": "Agriculture (4)",
|
17 |
+
"4": "Labor (5)",
|
18 |
+
"5": "Education (6)",
|
19 |
+
"6": "Environment (7)",
|
20 |
+
"7": "Energy (8)",
|
21 |
+
"8": "Immigration (9)",
|
22 |
+
"9": "Transportation (10)",
|
23 |
+
"10": "Law and Crime (12)",
|
24 |
+
"11": "Social Welfare (13)",
|
25 |
+
"12": "Housing (14)",
|
26 |
+
"13": "Banking, Finance, and Domestic Commerce (15)",
|
27 |
+
"14": "Defense (16)",
|
28 |
+
"15": "Technology (17)",
|
29 |
+
"16": "Foreign Trade (18)",
|
30 |
+
"17": "International Affairs (19)",
|
31 |
+
"18": "Government Operations (20)",
|
32 |
+
"19": "Public Lands (21)",
|
33 |
+
"20": "Culture (23)",
|
34 |
+
"21": "State and Local Government Administration (24)",
|
35 |
+
"22": "Weather and Natural Disasters (26)",
|
36 |
+
"23": "Fires (27)",
|
37 |
+
"24": "Sports and Recreation (29)",
|
38 |
+
"25": "Death Notices (30)",
|
39 |
+
"26": "Churches and Religion (31)",
|
40 |
+
"27": "Other, Miscellaneous, and Human Interest (99)",
|
41 |
+
"28": "No Policy and No Media Content (998)"
|
42 |
+
},
|
43 |
+
"initializer_range": 0.02,
|
44 |
+
"intermediate_size": 4096,
|
45 |
+
"label2id": {
|
46 |
+
"Macroeconomics (1)": 0,
|
47 |
+
"Civil Rights (2)": 1,
|
48 |
+
"Health (3)": 2,
|
49 |
+
"Agriculture (4)": 3,
|
50 |
+
"Labor (5)": 4,
|
51 |
+
"Education (6)": 5,
|
52 |
+
"Environment (7)": 6,
|
53 |
+
"Energy (8)": 7,
|
54 |
+
"Immigration (9)": 8,
|
55 |
+
"Transportation (10)": 9,
|
56 |
+
"Law and Crime (12)": 10,
|
57 |
+
"Social Welfare (13)": 11,
|
58 |
+
"Housing (14)": 12,
|
59 |
+
"Banking, Finance, and Domestic Commerce (15)": 13,
|
60 |
+
"Defense (16)": 14,
|
61 |
+
"Technology (17)": 15,
|
62 |
+
"Foreign Trade (18)": 16,
|
63 |
+
"International Affairs (19)": 17,
|
64 |
+
"Government Operations (20)": 18,
|
65 |
+
"Public Lands (21)": 19,
|
66 |
+
"Culture (23)": 20,
|
67 |
+
"State and Local Government Administration (24)": 21,
|
68 |
+
"Weather and Natural Disasters (26)": 22,
|
69 |
+
"Fires (27)": 23,
|
70 |
+
"Sports and Recreation (29)": 24,
|
71 |
+
"Death Notices (30)": 25,
|
72 |
+
"Churches and Religion (31)": 26,
|
73 |
+
"Other, Miscellaneous, and Human Interest (99)": 27,
|
74 |
+
"No Policy and No Media Content (998)": 28
|
75 |
+
},
|
76 |
+
"layer_norm_eps": 1e-05,
|
77 |
+
"max_position_embeddings": 514,
|
78 |
+
"model_type": "xlm-roberta",
|
79 |
+
"num_attention_heads": 16,
|
80 |
+
"num_hidden_layers": 24,
|
81 |
+
"output_past": true,
|
82 |
+
"pad_token_id": 1,
|
83 |
+
"position_embedding_type": "absolute",
|
84 |
+
"problem_type": "single_label_classification",
|
85 |
+
"torch_dtype": "float32",
|
86 |
+
"transformers_version": "4.51.3",
|
87 |
+
"type_vocab_size": 1,
|
88 |
+
"use_cache": true,
|
89 |
+
"vocab_size": 250002
|
90 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fee165cdd7d95d77fe3e760c4b9717540b60402852a847794bfe7433e8c457c9
|
3 |
+
size 2239729372
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e9f11c3eee9aa33252967d0e9c8ba77b4e6d8e6324befda98f93d5eb8d2671d
|
3 |
+
size 5777
|