BattleTag commited on
Commit
8259529
·
verified ·
1 Parent(s): 00cae3f

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +4 -4
  2. model.safetensors +1 -1
  3. training_args.bin +1 -1
config.json CHANGED
@@ -9,13 +9,13 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "NEGATIVE",
13
- "1": "POSITIVE"
14
  },
15
  "initializer_range": 0.02,
16
  "label2id": {
17
- "NEGATIVE": 0,
18
- "POSITIVE": 1
19
  },
20
  "max_position_embeddings": 512,
21
  "model_type": "distilbert",
 
9
  "dropout": 0.1,
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",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0abad9a4ccc2223a89a6edea8cc29090d80192d69095298575e2e5949a984f02
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c0d7ccddf3230d3938219d26c26bf109b2a55647a90c619959906bdba5421a9
3
  size 267832560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:60131931616b8bd4753ca0ed4301c0e26fc8baa439d31a3208ef05ab061d0afc
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:602058624f9ede78205168d45e689708359e0552f5cebbab3ad2d5cf001ecc2f
3
  size 5048