tliumozilla commited on
Commit
d57cd01
·
1 Parent(s): 83ec3d3

update model trained 3 epochs

Browse files
Files changed (4) hide show
  1. config.json +7 -6
  2. label_map.json +4 -4
  3. model.safetensors +1 -1
  4. 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": "Chat",
13
- "1": "Search"
14
  },
15
  "initializer_range": 0.02,
16
  "label2id": {
17
- "Chat": 0,
18
- "Search": 1
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
- "transformers_version": "4.56.1",
 
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": 0,
4
- "Search": 1
5
  },
6
  "id2label": {
7
- "0": "Chat",
8
- "1": "Search"
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:9adeb1626e0be3330486338ab2ef906421c3858e10661c9cbefd5a511df0fab6
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:cf15efeda516f29d2cb4fdfbb1c5d25a7d1280056febf0b01eb371cb9c34a990
3
- size 5777
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fb0d1b6fd3823850dc4e8ee2d1f9809b2eb7dee96352f075b4459b2e6868b4a
3
+ size 5713