software-si commited on
Commit
607e857
·
verified ·
1 Parent(s): 71a9042

Upload folder using huggingface_hub

Browse files
Files changed (6) hide show
  1. config.json +36 -32
  2. model.safetensors +2 -2
  3. tokenizer.json +0 -0
  4. tokenizer_config.json +2 -2
  5. training_args.bin +1 -1
  6. vocab.txt +0 -0
config.json CHANGED
@@ -1,53 +1,57 @@
1
  {
 
2
  "architectures": [
3
- "BertForTokenClassification"
4
  ],
5
- "attention_probs_dropout_prob": 0.1,
6
- "classifier_dropout": null,
7
- "gradient_checkpointing": false,
8
- "hidden_act": "gelu",
9
- "hidden_dropout_prob": 0.1,
10
- "hidden_size": 768,
11
  "id2label": {
12
- "0": "B-CATEGORIA",
13
- "1": "B-DISPOSIZIONE",
14
- "2": "B-NUM_ZONE_COTTURA",
15
  "3": "B-PROFONDIT\u00c0",
16
  "4": "B-TIPO_COTTURA",
17
- "5": "B-TIPO_VANO",
18
- "6": "I-CATEGORIA",
19
  "7": "I-DISPOSIZIONE",
20
  "8": "I-NUM_ZONE_COTTURA",
21
- "9": "I-PROFONDIT\u00c0",
22
- "10": "I-TIPO_COTTURA",
23
- "11": "I-TIPO_VANO"
 
 
 
24
  },
25
  "initializer_range": 0.02,
26
- "intermediate_size": 3072,
27
  "label2id": {
28
- "B-CATEGORIA": 0,
29
- "B-DISPOSIZIONE": 1,
30
- "B-NUM_ZONE_COTTURA": 2,
31
  "B-PROFONDIT\u00c0": 3,
32
  "B-TIPO_COTTURA": 4,
33
- "B-TIPO_VANO": 5,
34
- "I-CATEGORIA": 6,
35
  "I-DISPOSIZIONE": 7,
36
  "I-NUM_ZONE_COTTURA": 8,
37
- "I-PROFONDIT\u00c0": 9,
38
- "I-TIPO_COTTURA": 10,
39
- "I-TIPO_VANO": 11
 
 
 
40
  },
41
- "layer_norm_eps": 1e-12,
42
  "max_position_embeddings": 512,
43
- "model_type": "bert",
44
- "num_attention_heads": 12,
45
- "num_hidden_layers": 12,
46
  "pad_token_id": 0,
47
- "position_embedding_type": "absolute",
 
 
 
48
  "torch_dtype": "float32",
49
  "transformers_version": "4.52.4",
50
- "type_vocab_size": 2,
51
- "use_cache": true,
52
- "vocab_size": 28996
53
  }
 
1
  {
2
+ "activation": "gelu",
3
  "architectures": [
4
+ "DistilBertForTokenClassification"
5
  ],
6
+ "attention_dropout": 0.1,
7
+ "dim": 768,
8
+ "dropout": 0.1,
9
+ "hidden_dim": 3072,
 
 
10
  "id2label": {
11
+ "0": "B-DISPOSIZIONE",
12
+ "1": "B-NUM_ZONE_COTTURA",
13
+ "2": "B-POTENZA",
14
  "3": "B-PROFONDIT\u00c0",
15
  "4": "B-TIPO_COTTURA",
16
+ "5": "B-TIPO_FORNO",
17
+ "6": "B-TIPO_VANO",
18
  "7": "I-DISPOSIZIONE",
19
  "8": "I-NUM_ZONE_COTTURA",
20
+ "9": "I-POTENZA",
21
+ "10": "I-PROFONDIT\u00c0",
22
+ "11": "I-TIPO_COTTURA",
23
+ "12": "I-TIPO_FORNO",
24
+ "13": "I-TIPO_VANO",
25
+ "14": "O"
26
  },
27
  "initializer_range": 0.02,
 
28
  "label2id": {
29
+ "B-DISPOSIZIONE": 0,
30
+ "B-NUM_ZONE_COTTURA": 1,
31
+ "B-POTENZA": 2,
32
  "B-PROFONDIT\u00c0": 3,
33
  "B-TIPO_COTTURA": 4,
34
+ "B-TIPO_FORNO": 5,
35
+ "B-TIPO_VANO": 6,
36
  "I-DISPOSIZIONE": 7,
37
  "I-NUM_ZONE_COTTURA": 8,
38
+ "I-POTENZA": 9,
39
+ "I-PROFONDIT\u00c0": 10,
40
+ "I-TIPO_COTTURA": 11,
41
+ "I-TIPO_FORNO": 12,
42
+ "I-TIPO_VANO": 13,
43
+ "O": 14
44
  },
 
45
  "max_position_embeddings": 512,
46
+ "model_type": "distilbert",
47
+ "n_heads": 12,
48
+ "n_layers": 6,
49
  "pad_token_id": 0,
50
+ "qa_dropout": 0.1,
51
+ "seq_classif_dropout": 0.2,
52
+ "sinusoidal_pos_embds": false,
53
+ "tie_weights_": true,
54
  "torch_dtype": "float32",
55
  "transformers_version": "4.52.4",
56
+ "vocab_size": 30522
 
 
57
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:47077b7b05ad555d4acce0b7c2e176152164645074bc646903c8e7b6aef946fd
3
- size 430938968
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9827493d72e283a60a7f32414e8f050dcf1600650d040adeeb0d1b117508648c
3
+ size 265510004
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -43,7 +43,7 @@
43
  },
44
  "clean_up_tokenization_spaces": false,
45
  "cls_token": "[CLS]",
46
- "do_lower_case": false,
47
  "extra_special_tokens": {},
48
  "mask_token": "[MASK]",
49
  "model_max_length": 512,
@@ -51,6 +51,6 @@
51
  "sep_token": "[SEP]",
52
  "strip_accents": null,
53
  "tokenize_chinese_chars": true,
54
- "tokenizer_class": "BertTokenizer",
55
  "unk_token": "[UNK]"
56
  }
 
43
  },
44
  "clean_up_tokenization_spaces": false,
45
  "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
  "extra_special_tokens": {},
48
  "mask_token": "[MASK]",
49
  "model_max_length": 512,
 
51
  "sep_token": "[SEP]",
52
  "strip_accents": null,
53
  "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "DistilBertTokenizer",
55
  "unk_token": "[UNK]"
56
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5d10924abce8b177aee6093754d405ffc7af6cc8f200949d75e8bf2fb6c95986
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:265896cfd6e3a53b53066b46f4b8daf9b89f1b4619db2588a5147b390e5b7930
3
  size 5240
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff