kenbaker-gif commited on
Commit
244f7cb
·
verified ·
1 Parent(s): 73e1600

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. config.json +8 -0
  2. model.safetensors +1 -1
config.json CHANGED
@@ -8,7 +8,15 @@
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": "HAM",
13
+ "1": "SPAM"
14
+ },
15
  "initializer_range": 0.02,
16
+ "label2id": {
17
+ "HAM": 0,
18
+ "SPAM": 1
19
+ },
20
  "max_position_embeddings": 512,
21
  "model_type": "distilbert",
22
  "n_heads": 12,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:98bd83709ef2cb51dffcd0086684715c91add0e2f82f9a92468a6440b398fa97
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c056218b9a7a0a63c93357348af089f3bec23594be86c287a58a688836589612
3
  size 267832560