Initial upload of fine-tuned DistilBERT command classifier
Browse files- config.json +2 -2
- model.safetensors +1 -1
config.json
CHANGED
|
@@ -10,12 +10,12 @@
|
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
"0": "command",
|
| 13 |
-
"1": "
|
| 14 |
},
|
| 15 |
"initializer_range": 0.02,
|
| 16 |
"label2id": {
|
| 17 |
"command": 0,
|
| 18 |
-
"
|
| 19 |
},
|
| 20 |
"max_position_embeddings": 512,
|
| 21 |
"model_type": "distilbert",
|
|
|
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
"0": "command",
|
| 13 |
+
"1": "questions"
|
| 14 |
},
|
| 15 |
"initializer_range": 0.02,
|
| 16 |
"label2id": {
|
| 17 |
"command": 0,
|
| 18 |
+
"questions": 1
|
| 19 |
},
|
| 20 |
"max_position_embeddings": 512,
|
| 21 |
"model_type": "distilbert",
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267832560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1f819f1cd67963eaa70b008cc788f01989cbaec1ea63c3bfba876a853eddbfc
|
| 3 |
size 267832560
|