rafaelm47labs commited on
Commit
7eef405
1 Parent(s): 5cb116f

First commit, upload files

Browse files
config.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "dbmdz/bert-base-italian-cased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "arts, culture, entertainment and media",
14
+ "1": "conflict, war and peace",
15
+ "2": "crime, law and justice",
16
+ "3": "culture",
17
+ "4": "disaster, accident and emergency incident",
18
+ "5": "economy",
19
+ "6": "economy, business and finance",
20
+ "7": "enviroment",
21
+ "8": "environment",
22
+ "9": "finance",
23
+ "10": "health",
24
+ "11": "labour",
25
+ "12": "lifestyle and leisure",
26
+ "13": "media",
27
+ "14": "science",
28
+ "15": "science and technology",
29
+ "16": "society",
30
+ "17": "sport",
31
+ "18": "technology",
32
+ "19": "weather"
33
+ },
34
+ "initializer_range": 0.02,
35
+ "intermediate_size": 3072,
36
+ "label2id": {
37
+ "arts, culture, entertainment and media": 0,
38
+ "conflict, war and peace": 1,
39
+ "crime, law and justice": 2,
40
+ "culture": 3,
41
+ "disaster, accident and emergency incident": 4,
42
+ "economy": 5,
43
+ "economy, business and finance": 6,
44
+ "enviroment": 7,
45
+ "environment": 8,
46
+ "finance": 9,
47
+ "health": 10,
48
+ "labour": 11,
49
+ "lifestyle and leisure": 12,
50
+ "media": 13,
51
+ "science": 14,
52
+ "science and technology": 15,
53
+ "society": 16,
54
+ "sport": 17,
55
+ "technology": 18,
56
+ "weather": 19
57
+ },
58
+ "layer_norm_eps": 1e-12,
59
+ "max_position_embeddings": 512,
60
+ "model_type": "bert",
61
+ "num_attention_heads": 12,
62
+ "num_hidden_layers": 12,
63
+ "pad_token_id": 0,
64
+ "position_embedding_type": "absolute",
65
+ "torch_dtype": "float32",
66
+ "transformers_version": "4.10.0",
67
+ "type_vocab_size": 2,
68
+ "use_cache": true,
69
+ "vocab_size": 31102
70
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:083a3a5956937d37a03278acf09948d7779da51d3a117ca137742173f3cf06af
3
+ size 439856365
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "max_len": 512, "special_tokens_map_file": null, "name_or_path": "dbmdz/bert-base-italian-cased", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "BertTokenizer"}
vocab.txt ADDED
The diff for this file is too large to render. See raw diff