AlexanderHolmes0 commited on
Commit
5bf639e
1 Parent(s): 8bf21c4

Training in progress, step 500

Browse files
Files changed (3) hide show
  1. config.json +5 -5
  2. model.safetensors +1 -1
  3. training_args.bin +2 -2
config.json CHANGED
@@ -9,13 +9,13 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "fake",
13
- "1": "true"
14
  },
15
  "initializer_range": 0.02,
16
  "label2id": {
17
- "fake": 0,
18
- "true": 1
19
  },
20
  "max_position_embeddings": 512,
21
  "model_type": "distilbert",
@@ -28,6 +28,6 @@
28
  "sinusoidal_pos_embds": false,
29
  "tie_weights_": true,
30
  "torch_dtype": "float32",
31
- "transformers_version": "4.38.2",
32
  "vocab_size": 30522
33
  }
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "true",
13
+ "1": "fake"
14
  },
15
  "initializer_range": 0.02,
16
  "label2id": {
17
+ "fake": 1,
18
+ "true": 0
19
  },
20
  "max_position_embeddings": 512,
21
  "model_type": "distilbert",
 
28
  "sinusoidal_pos_embds": false,
29
  "tie_weights_": true,
30
  "torch_dtype": "float32",
31
+ "transformers_version": "4.39.1",
32
  "vocab_size": 30522
33
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:60594fe23f6167f763acc88b1ac39152a8cdcf93900fb68000a18d95bab1f8a4
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a55a2d5cf0253ff05111cf49cb269fe21e3d0d4e2d47f98ce8dd45816a4bab52
3
  size 267832560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:03d99502733c9c9773f781d6b0cbac4125215167f9656f40bc1c32b1738c9ca8
3
- size 4856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10c17830547e6efe752d04ce72dd7108e14dd28cfc1c24f6779c816662fcead0
3
+ size 4920