Abdelrahman-Rezk commited on
Commit
a79887a
1 Parent(s): a775586

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json CHANGED
@@ -12,9 +12,9 @@
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
14
  "id2label": {
15
- "1": "negative",
16
- "3": "neutral",
17
- "5": "positive"
18
  },
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
@@ -32,7 +32,7 @@
32
  "position_embedding_type": "absolute",
33
  "problem_type": "single_label_classification",
34
  "torch_dtype": "float32",
35
- "transformers_version": "4.32.1",
36
  "type_vocab_size": 1,
37
  "use_cache": true,
38
  "vocab_size": 50265
 
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
14
  "id2label": {
15
+ "0": "negative",
16
+ "1": "neutral",
17
+ "2": "positive"
18
  },
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
 
32
  "position_embedding_type": "absolute",
33
  "problem_type": "single_label_classification",
34
  "torch_dtype": "float32",
35
+ "transformers_version": "4.26.1",
36
  "type_vocab_size": 1,
37
  "use_cache": true,
38
  "vocab_size": 50265
merges.txt CHANGED
@@ -1,4 +1,4 @@
1
- #version: 0.2
2
  Ġ t
3
  Ġ a
4
  h e
 
1
+ #version: 0.2 - Trained by `huggingface/tokenizers`
2
  Ġ t
3
  Ġ a
4
  h e
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7fd9236a4629a8cdde4cebfa9fddf56ce1226b89f66cefa3567e5b4a7ca77274
3
- size 328518577
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:560b674704fad3d156a5d11b0e5d28527107056b5c0c76e16243e82c6a6949d3
3
+ size 328522997
runs/Aug30_14-21-29_0801-220107-16vua219-10-1-128-6/1693405519.5104673/events.out.tfevents.1693405519.0801-220107-16vua219-10-1-128-6.3805.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:551a05e1efc2a46d6db498c7d615dc4f43fb2f7986cf340cdb3a4a52b580f9fe
3
+ size 5898
runs/Aug30_14-21-29_0801-220107-16vua219-10-1-128-6/events.out.tfevents.1693405519.0801-220107-16vua219-10-1-128-6.3805.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51d43b08d88378f903b87763c061c3a9d0ae460990ce09685f40fed09d0f5b29
3
+ size 4334
tokenizer.json CHANGED
@@ -94,7 +94,6 @@
94
  "continuing_subword_prefix": "",
95
  "end_of_word_suffix": "",
96
  "fuse_unk": false,
97
- "byte_fallback": false,
98
  "vocab": {
99
  "<s>": 0,
100
  "<pad>": 1,
 
94
  "continuing_subword_prefix": "",
95
  "end_of_word_suffix": "",
96
  "fuse_unk": false,
 
97
  "vocab": {
98
  "<s>": 0,
99
  "<pad>": 1,
tokenizer_config.json CHANGED
@@ -1,22 +1,16 @@
1
  {
2
  "add_prefix_space": false,
3
  "bos_token": "<s>",
4
- "clean_up_tokenization_spaces": true,
5
  "cls_token": "<s>",
6
  "eos_token": "</s>",
7
  "errors": "replace",
8
  "mask_token": "<mask>",
9
- "max_length": 512,
10
  "model_max_length": 512,
11
- "pad_to_multiple_of": null,
12
  "pad_token": "<pad>",
13
- "pad_token_type_id": 0,
14
- "padding_side": "right",
15
  "sep_token": "</s>",
16
- "stride": 0,
17
  "tokenizer_class": "RobertaTokenizer",
18
  "trim_offsets": true,
19
- "truncation_side": "right",
20
- "truncation_strategy": "longest_first",
21
  "unk_token": "<unk>"
22
  }
 
1
  {
2
  "add_prefix_space": false,
3
  "bos_token": "<s>",
 
4
  "cls_token": "<s>",
5
  "eos_token": "</s>",
6
  "errors": "replace",
7
  "mask_token": "<mask>",
 
8
  "model_max_length": 512,
9
+ "name_or_path": "j-hartmann/emotion-english-distilroberta-base",
10
  "pad_token": "<pad>",
 
 
11
  "sep_token": "</s>",
12
+ "special_tokens_map_file": null,
13
  "tokenizer_class": "RobertaTokenizer",
14
  "trim_offsets": true,
 
 
15
  "unk_token": "<unk>"
16
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dc0181689e6db0b6aabbc67361becf421b05ae9ce919c939abaccb9818fcbe48
3
- size 4155
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5686b2b4abbe3146f1e93218c9203bd3076b058a3ac4d6b04cf4cf3d36c59a5
3
+ size 3643