Commit ·
d57cd01
1
Parent(s): 83ec3d3
update model trained 3 epochs
Browse files- config.json +7 -6
- label_map.json +4 -4
- model.safetensors +1 -1
- training_args.bin +2 -2
config.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"activation": "gelu",
|
| 3 |
"architectures": [
|
| 4 |
"DistilBertForSequenceClassification"
|
|
@@ -6,16 +7,15 @@
|
|
| 6 |
"attention_dropout": 0.1,
|
| 7 |
"dim": 768,
|
| 8 |
"dropout": 0.1,
|
| 9 |
-
"dtype": "float32",
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
-
"0": "
|
| 13 |
-
"1": "
|
| 14 |
},
|
| 15 |
"initializer_range": 0.02,
|
| 16 |
"label2id": {
|
| 17 |
-
"Chat":
|
| 18 |
-
"Search":
|
| 19 |
},
|
| 20 |
"max_position_embeddings": 512,
|
| 21 |
"model_type": "distilbert",
|
|
@@ -27,6 +27,7 @@
|
|
| 27 |
"seq_classif_dropout": 0.2,
|
| 28 |
"sinusoidal_pos_embds": false,
|
| 29 |
"tie_weights_": true,
|
| 30 |
-
"
|
|
|
|
| 31 |
"vocab_size": 30522
|
| 32 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "distilbert-base-uncased",
|
| 3 |
"activation": "gelu",
|
| 4 |
"architectures": [
|
| 5 |
"DistilBertForSequenceClassification"
|
|
|
|
| 7 |
"attention_dropout": 0.1,
|
| 8 |
"dim": 768,
|
| 9 |
"dropout": 0.1,
|
|
|
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "Search",
|
| 13 |
+
"1": "Chat"
|
| 14 |
},
|
| 15 |
"initializer_range": 0.02,
|
| 16 |
"label2id": {
|
| 17 |
+
"Chat": 1,
|
| 18 |
+
"Search": 0
|
| 19 |
},
|
| 20 |
"max_position_embeddings": 512,
|
| 21 |
"model_type": "distilbert",
|
|
|
|
| 27 |
"seq_classif_dropout": 0.2,
|
| 28 |
"sinusoidal_pos_embds": false,
|
| 29 |
"tie_weights_": true,
|
| 30 |
+
"torch_dtype": "float32",
|
| 31 |
+
"transformers_version": "4.49.0",
|
| 32 |
"vocab_size": 30522
|
| 33 |
}
|
label_map.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
{
|
| 2 |
"label2id": {
|
| 3 |
-
"Chat":
|
| 4 |
-
"Search":
|
| 5 |
},
|
| 6 |
"id2label": {
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"label2id": {
|
| 3 |
+
"Chat": 1,
|
| 4 |
+
"Search": 0
|
| 5 |
},
|
| 6 |
"id2label": {
|
| 7 |
+
"1": "Chat",
|
| 8 |
+
"0": "Search"
|
| 9 |
}
|
| 10 |
}
|
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:b647847cf2dfba5b7698042356aea3f91b44c9031c1787b0eeee682735cffa5a
|
| 3 |
size 267832560
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0fb0d1b6fd3823850dc4e8ee2d1f9809b2eb7dee96352f075b4459b2e6868b4a
|
| 3 |
+
size 5713
|