Venkatesh4342 commited on
Commit
5bbc14a
1 Parent(s): d1cf549

Training in progress, step 100

Browse files
config.json CHANGED
@@ -9,15 +9,13 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "Negative",
13
- "1": "Neutral",
14
- "2": "Positive"
15
  },
16
  "initializer_range": 0.02,
17
  "label2id": {
18
- "Negative": 0,
19
- "Neutral": 1,
20
- "Positive": 2
21
  },
22
  "max_position_embeddings": 512,
23
  "model_type": "distilbert",
@@ -30,6 +28,6 @@
30
  "sinusoidal_pos_embds": false,
31
  "tie_weights_": true,
32
  "torch_dtype": "float32",
33
- "transformers_version": "4.33.2",
34
  "vocab_size": 30522
35
  }
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "Event",
13
+ "1": "Not_Event"
 
14
  },
15
  "initializer_range": 0.02,
16
  "label2id": {
17
+ "Event": 0,
18
+ "Not_Event": 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.41.1",
32
  "vocab_size": 30522
33
  }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba6a3468d8bf3b76705209d26a5ebe8954b5388758695f3da37c8904f9a63ed5
3
+ size 267835644
runs/Jun02_12-01-41_474c8dc134b5/events.out.tfevents.1717329702.474c8dc134b5.335.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c0c0e475bc1b6d4a6fb24e7d2e9beedbf47ad66f6505bde2a05f553f6b1e357
3
+ size 5243
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:ee6ff29ffbf2692320ebf42763f1132a050a84e3139591c9cb981beda31cab69
3
- size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94a1452c774fc447eb312f23c6513e1022994fe94a5c6ca708f36e43aa03104a
3
+ size 5176