Upload BertForSequenceClassification
Browse files- config.json +70 -70
- model.safetensors +1 -1
config.json
CHANGED
|
@@ -10,80 +10,80 @@
|
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
"hidden_size": 768,
|
| 12 |
"id2label": {
|
| 13 |
-
"0": "
|
| 14 |
-
"1": "
|
| 15 |
-
"2": "
|
| 16 |
-
"3": "
|
| 17 |
-
"4": "
|
| 18 |
-
"5": "
|
| 19 |
-
"6": "
|
| 20 |
-
"7": "
|
| 21 |
-
"8": "
|
| 22 |
-
"9": "
|
| 23 |
-
"10": "
|
| 24 |
-
"11": "
|
| 25 |
-
"12": "
|
| 26 |
-
"13": "
|
| 27 |
-
"14": "
|
| 28 |
-
"15": "
|
| 29 |
-
"16": "
|
| 30 |
-
"17": "
|
| 31 |
-
"18": "
|
| 32 |
-
"19": "
|
| 33 |
-
"20": "
|
| 34 |
-
"21": "
|
| 35 |
-
"22": "
|
| 36 |
-
"23": "
|
| 37 |
-
"24": "
|
| 38 |
-
"25": "
|
| 39 |
-
"26": "
|
| 40 |
-
"27": "
|
| 41 |
-
"28": "
|
| 42 |
-
"29": "
|
| 43 |
-
"30": "
|
| 44 |
-
"31": "
|
| 45 |
-
"32": "
|
| 46 |
-
"33": "
|
| 47 |
-
"34": "
|
| 48 |
},
|
| 49 |
"initializer_range": 0.02,
|
| 50 |
"intermediate_size": 3072,
|
| 51 |
"label2id": {
|
| 52 |
-
"amd":
|
| 53 |
-
"api":
|
| 54 |
-
"app":
|
| 55 |
-
"bug":
|
| 56 |
-
"build":
|
| 57 |
-
"cli":
|
| 58 |
-
"compatibility":
|
| 59 |
-
"create":
|
| 60 |
-
"docker":
|
| 61 |
-
"documentation":
|
| 62 |
-
"embeddings":
|
| 63 |
-
"feature request":
|
| 64 |
-
"feedback wanted":
|
| 65 |
-
"good first issue":
|
| 66 |
-
"gpu":
|
| 67 |
-
"help wanted":
|
| 68 |
-
"install":
|
| 69 |
-
"integration":
|
| 70 |
-
"intel":
|
| 71 |
-
"js":
|
| 72 |
-
"linux":
|
| 73 |
-
"macos":
|
| 74 |
-
"memory":
|
| 75 |
-
"model request":
|
| 76 |
-
"needs more info":
|
| 77 |
-
"networking":
|
| 78 |
-
"nvidia":
|
| 79 |
-
"ollama.com":
|
| 80 |
-
"performance":
|
| 81 |
-
"python":
|
| 82 |
-
"question":
|
| 83 |
-
"registry":
|
| 84 |
-
"top":
|
| 85 |
-
"windows":
|
| 86 |
-
"wsl":
|
| 87 |
},
|
| 88 |
"layer_norm_eps": 1e-12,
|
| 89 |
"max_position_embeddings": 512,
|
|
|
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
"hidden_size": 768,
|
| 12 |
"id2label": {
|
| 13 |
+
"0": "amd",
|
| 14 |
+
"1": "docker",
|
| 15 |
+
"2": "intel",
|
| 16 |
+
"3": "build",
|
| 17 |
+
"4": "integration",
|
| 18 |
+
"5": "api",
|
| 19 |
+
"6": "macos",
|
| 20 |
+
"7": "bug",
|
| 21 |
+
"8": "memory",
|
| 22 |
+
"9": "ollama.com",
|
| 23 |
+
"10": "embeddings",
|
| 24 |
+
"11": "create",
|
| 25 |
+
"12": "help wanted",
|
| 26 |
+
"13": "app",
|
| 27 |
+
"14": "linux",
|
| 28 |
+
"15": "nvidia",
|
| 29 |
+
"16": "install",
|
| 30 |
+
"17": "windows",
|
| 31 |
+
"18": "performance",
|
| 32 |
+
"19": "question",
|
| 33 |
+
"20": "cli",
|
| 34 |
+
"21": "feature request",
|
| 35 |
+
"22": "js",
|
| 36 |
+
"23": "good first issue",
|
| 37 |
+
"24": "networking",
|
| 38 |
+
"25": "registry",
|
| 39 |
+
"26": "python",
|
| 40 |
+
"27": "wsl",
|
| 41 |
+
"28": "documentation",
|
| 42 |
+
"29": "model request",
|
| 43 |
+
"30": "feedback wanted",
|
| 44 |
+
"31": "gpu",
|
| 45 |
+
"32": "compatibility",
|
| 46 |
+
"33": "needs more info",
|
| 47 |
+
"34": "top"
|
| 48 |
},
|
| 49 |
"initializer_range": 0.02,
|
| 50 |
"intermediate_size": 3072,
|
| 51 |
"label2id": {
|
| 52 |
+
"amd": 0,
|
| 53 |
+
"api": 5,
|
| 54 |
+
"app": 13,
|
| 55 |
+
"bug": 7,
|
| 56 |
+
"build": 3,
|
| 57 |
+
"cli": 20,
|
| 58 |
+
"compatibility": 32,
|
| 59 |
+
"create": 11,
|
| 60 |
+
"docker": 1,
|
| 61 |
+
"documentation": 28,
|
| 62 |
+
"embeddings": 10,
|
| 63 |
+
"feature request": 21,
|
| 64 |
+
"feedback wanted": 30,
|
| 65 |
+
"good first issue": 23,
|
| 66 |
+
"gpu": 31,
|
| 67 |
+
"help wanted": 12,
|
| 68 |
+
"install": 16,
|
| 69 |
+
"integration": 4,
|
| 70 |
+
"intel": 2,
|
| 71 |
+
"js": 22,
|
| 72 |
+
"linux": 14,
|
| 73 |
+
"macos": 6,
|
| 74 |
+
"memory": 8,
|
| 75 |
+
"model request": 29,
|
| 76 |
+
"needs more info": 33,
|
| 77 |
+
"networking": 24,
|
| 78 |
+
"nvidia": 15,
|
| 79 |
+
"ollama.com": 9,
|
| 80 |
+
"performance": 18,
|
| 81 |
+
"python": 26,
|
| 82 |
+
"question": 19,
|
| 83 |
+
"registry": 25,
|
| 84 |
+
"top": 34,
|
| 85 |
+
"windows": 17,
|
| 86 |
+
"wsl": 27
|
| 87 |
},
|
| 88 |
"layer_norm_eps": 1e-12,
|
| 89 |
"max_position_embeddings": 512,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438060156
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25eb0957ae8d766d8c7f1c8ddf618cecaa85d08825224a23b018616610fc0952
|
| 3 |
size 438060156
|