Mr-Vicky-01 commited on
Commit
915f366
·
verified ·
1 Parent(s): a8443ff

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -9,13 +9,13 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "TRUE_POSITIVE",
13
- "1": "FALSE_POSITIVE"
14
  },
15
  "initializer_range": 0.02,
16
  "label2id": {
17
- "FALSE_POSITIVE": 1,
18
- "TRUE_POSITIVE": 0
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.44.2",
32
  "vocab_size": 30522
33
  }
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "FALSE_POSITIVE",
13
+ "1": "TRUE_POSITIVE"
14
  },
15
  "initializer_range": 0.02,
16
  "label2id": {
17
+ "FALSE_POSITIVE": 0,
18
+ "TRUE_POSITIVE": 1
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.46.2",
32
  "vocab_size": 30522
33
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:739355bd2884d1d9ab3f7831672937bbe894db9a2e404eb4f5b939e0c1227667
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:613d34d6012ef9fbedd730196626be84d249506dee2e5dd2d0f85c61ce0e7a5e
3
  size 267832560
runs/Dec03_08-47-06_dd52ff43448f/events.out.tfevents.1733215631.dd52ff43448f.371.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90effdf0463c9b9d75b6731b7c1858689aa6b5117752f27540648a3842e07049
3
+ size 5424
tokenizer_config.json CHANGED
@@ -41,7 +41,7 @@
41
  "special": true
42
  }
43
  },
44
- "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
47
  "mask_token": "[MASK]",
 
41
  "special": true
42
  }
43
  },
44
+ "clean_up_tokenization_spaces": false,
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
47
  "mask_token": "[MASK]",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:65e8a043743a7d4076cc694f9f0e93398d959ea629f2a456fbb640b984444bdd
3
- size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:129acba8ec832b6649fad86388fed4429ae3bde13681dc4dcd25e768d41985b4
3
+ size 5368