Zaid commited on
Commit
6d4b458
1 Parent(s): 40b508b

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": "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",
@@ -28,6 +28,6 @@
28
  "sinusoidal_pos_embds": false,
29
  "tie_weights_": true,
30
  "torch_dtype": "float32",
31
- "transformers_version": "4.30.2",
32
  "vocab_size": 30522
33
  }
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "NOT",
13
+ "1": "OFF"
14
  },
15
  "initializer_range": 0.02,
16
  "label2id": {
17
+ "NOT": 0,
18
+ "OFF": 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.35.2",
32
  "vocab_size": 30522
33
  }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fde55005c381c069d2fc0bff5c58fc914e24ae76afcd10f8a57ecb36e1844a47
3
+ size 267832560
runs/Jan07_17-37-48_a5fba7bd3d7f/events.out.tfevents.1704649091.a5fba7bd3d7f.346.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8217e5644e4468e738684aad50971ad7a79fe0ac6083b86f59ee962e2c7a600
3
+ size 4419
runs/Jan07_17-37-48_a5fba7bd3d7f/events.out.tfevents.1704649179.a5fba7bd3d7f.346.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4f899b0a349f7c2b216b6b05d8f42dbb239aad92c1164fddb6a68ae1983f1d4
3
+ size 5145
tokenizer_config.json CHANGED
@@ -1,4 +1,46 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
  "do_lower_case": true,
 
1
  {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ad38f9e112c5bd06f7c4e6acfa2b44fb913d19652a298a7756c3bdcf29cb27ad
3
- size 3963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a18f0280f3d3b671ac371cb685896e5e590748883c945839d8130b892b832e7b
3
+ size 4600