File size: 2,194 Bytes
5e7fc07
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
  "_name_or_path": "bert-base-uncased",
  "architectures": [
    "BertForSequenceClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "classifier_dropout": null,
  "gradient_checkpointing": false,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 768,
  "id2label": {
    "0": "question",
    "1": "js",
    "2": "create",
    "3": "help wanted",
    "4": "python",
    "5": "docker",
    "6": "nvidia",
    "7": "install",
    "8": "registry",
    "9": "top",
    "10": "integration",
    "11": "api",
    "12": "amd",
    "13": "feature request",
    "14": "app",
    "15": "wsl",
    "16": "model request",
    "17": "networking",
    "18": "intel",
    "19": "linux",
    "20": "embeddings",
    "21": "bug",
    "22": "cli",
    "23": "performance",
    "24": "windows",
    "25": "documentation",
    "26": "memory",
    "27": "feedback wanted",
    "28": "good first issue",
    "29": "compatibility",
    "30": "gpu",
    "31": "macos",
    "32": "build",
    "33": "ollama.com",
    "34": "needs more info"
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "amd": 12,
    "api": 11,
    "app": 14,
    "bug": 21,
    "build": 32,
    "cli": 22,
    "compatibility": 29,
    "create": 2,
    "docker": 5,
    "documentation": 25,
    "embeddings": 20,
    "feature request": 13,
    "feedback wanted": 27,
    "good first issue": 28,
    "gpu": 30,
    "help wanted": 3,
    "install": 7,
    "integration": 10,
    "intel": 18,
    "js": 1,
    "linux": 19,
    "macos": 31,
    "memory": 26,
    "model request": 16,
    "needs more info": 34,
    "networking": 17,
    "nvidia": 6,
    "ollama.com": 33,
    "performance": 23,
    "python": 4,
    "question": 0,
    "registry": 8,
    "top": 9,
    "windows": 24,
    "wsl": 15
  },
  "layer_norm_eps": 1e-12,
  "max_position_embeddings": 512,
  "model_type": "bert",
  "num_attention_heads": 12,
  "num_hidden_layers": 12,
  "pad_token_id": 0,
  "position_embedding_type": "absolute",
  "problem_type": "multi_label_classification",
  "torch_dtype": "float32",
  "transformers_version": "4.47.0",
  "type_vocab_size": 2,
  "use_cache": true,
  "vocab_size": 30522
}