alwanadi17 commited on
Commit
05f8d28
·
verified ·
1 Parent(s): c758d04

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +2 -6
  2. model.safetensors +2 -2
  3. tokenizer.json +1 -3
config.json CHANGED
@@ -11,17 +11,13 @@
11
  "id2label": {
12
  "0": "LABEL_0",
13
  "1": "LABEL_1",
14
- "2": "LABEL_2",
15
- "3": "LABEL_3",
16
- "4": "LABEL_4"
17
  },
18
  "initializer_range": 0.02,
19
  "label2id": {
20
  "LABEL_0": 0,
21
  "LABEL_1": 1,
22
- "LABEL_2": 2,
23
- "LABEL_3": 3,
24
- "LABEL_4": 4
25
  },
26
  "max_position_embeddings": 512,
27
  "model_type": "distilbert",
 
11
  "id2label": {
12
  "0": "LABEL_0",
13
  "1": "LABEL_1",
14
+ "2": "LABEL_2"
 
 
15
  },
16
  "initializer_range": 0.02,
17
  "label2id": {
18
  "LABEL_0": 0,
19
  "LABEL_1": 1,
20
+ "LABEL_2": 2
 
 
21
  },
22
  "max_position_embeddings": 512,
23
  "model_type": "distilbert",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9f0b1af7899dfeff5a8ed84f917e8b2256eb2b5fa00b2d0eaca41e4e11b5ff00
3
- size 267841796
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52916a67f0c65238f85321e67be493eeeb10a2cddb4d9481d6b86e19b0e9953a
3
+ size 267835644
tokenizer.json CHANGED
@@ -7,9 +7,7 @@
7
  "stride": 0
8
  },
9
  "padding": {
10
- "strategy": {
11
- "Fixed": 512
12
- },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
15
  "pad_id": 0,
 
7
  "stride": 0
8
  },
9
  "padding": {
10
+ "strategy": "BatchLongest",
 
 
11
  "direction": "Right",
12
  "pad_to_multiple_of": null,
13
  "pad_id": 0,