Louloose commited on
Commit
fc3409b
·
verified ·
1 Parent(s): 8c1692c

Upload 7 files

Browse files
Files changed (3) hide show
  1. config.json +10 -0
  2. pytorch_model.bin +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -8,7 +8,17 @@
8
  "dropout": 0.1,
9
  "dtype": "float32",
10
  "hidden_dim": 3072,
 
 
 
 
 
11
  "initializer_range": 0.02,
 
 
 
 
 
12
  "max_position_embeddings": 512,
13
  "model_type": "distilbert",
14
  "n_heads": 12,
 
8
  "dropout": 0.1,
9
  "dtype": "float32",
10
  "hidden_dim": 3072,
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",
24
  "n_heads": 12,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7986d11f967e5e762992cfd1486a836eae86d8e52fa166f6a47a76d9a7e29ffa
3
- size 260804091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e773972f2d9572b782eda8e03c2b93ce4b6e7fa98a7ae3a860a937704c540f93
3
+ size 260807163
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3f81e13b779b0b783b70d53d6a877a9dec2fd71e0e8effd0514f718c2293a4c1
3
  size 5841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4466fa54286b2f851c44f026ae4e3175980017fe71597fc85ed8cf8bd455371
3
  size 5841