File size: 1,815 Bytes
5d1d84e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
  "_name_or_path": "distilbert-base-uncased",
  "activation": "gelu",
  "architectures": [
    "DistilBertForSequenceClassification"
  ],
  "attention_dropout": 0.1,
  "dim": 768,
  "dropout": 0.1,
  "hidden_dim": 3072,
  "id2label": {
    "0": "fruit",
    "1": "roots & tubers",
    "2": "milk",
    "3": "grain products",
    "4": "condiments & snacks",
    "5": "beverages",
    "6": "beef",
    "7": "turkey & other poultry",
    "8": "meals",
    "9": "pork",
    "10": "milk & dairy",
    "11": "fish (wild)",
    "12": "legumes",
    "13": "chicken",
    "14": "cheese",
    "15": "eggs",
    "16": "non-food",
    "17": "tree nuts & seeds",
    "18": "meat",
    "19": "vegetables",
    "20": "seafood",
    "21": "fish (farm-raised)",
    "22": "yogurt",
    "23": "rice",
    "24": "butter",
    "25": "bread",
    "26": "produce"
  },
  "initializer_range": 0.02,
  "label2id": {
    "beef": 6,
    "beverages": 5,
    "bread": 25,
    "butter": 24,
    "cheese": 14,
    "chicken": 13,
    "condiments & snacks": 4,
    "eggs": 15,
    "fish (farm-raised)": 21,
    "fish (wild)": 11,
    "fruit": 0,
    "grain products": 3,
    "legumes": 12,
    "meals": 8,
    "meat": 18,
    "milk": 2,
    "milk & dairy": 10,
    "non-food": 16,
    "pork": 9,
    "produce": 26,
    "rice": 23,
    "roots & tubers": 1,
    "seafood": 20,
    "tree nuts & seeds": 17,
    "turkey & other poultry": 7,
    "vegetables": 19,
    "yogurt": 22
  },
  "max_position_embeddings": 512,
  "model_type": "distilbert",
  "n_heads": 12,
  "n_layers": 6,
  "pad_token_id": 0,
  "problem_type": "single_label_classification",
  "qa_dropout": 0.1,
  "seq_classif_dropout": 0.2,
  "sinusoidal_pos_embds": false,
  "tie_weights_": true,
  "torch_dtype": "float32",
  "transformers_version": "4.28.0",
  "vocab_size": 30522
}