Ahmed235 commited on
Commit
da42d5c
1 Parent(s): d3658ca

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "roberta-base",
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "sports",
15
+ "1": "gaming",
16
+ "2": "arts_&_culture",
17
+ "3": "food_&_dining",
18
+ "4": "fashion_&_style",
19
+ "5": "film_tv_&_video",
20
+ "6": "relationships",
21
+ "7": "business_&_entrepreneurs",
22
+ "8": "science_&_technology",
23
+ "9": "fitness_&_health",
24
+ "10": "youth_&_student_life",
25
+ "11": "diaries_&_daily_life",
26
+ "12": "travel_&_adventure",
27
+ "13": "news_&_social_concern",
28
+ "14": "other_hobbies",
29
+ "15": "learning_&_educational",
30
+ "16": "celebrity_&_pop_culture",
31
+ "17": "music",
32
+ "18": "family"
33
+ },
34
+ "initializer_range": 0.02,
35
+ "intermediate_size": 3072,
36
+ "label2id": {
37
+ "arts_&_culture": 2,
38
+ "business_&_entrepreneurs": 7,
39
+ "celebrity_&_pop_culture": 16,
40
+ "diaries_&_daily_life": 11,
41
+ "family": 18,
42
+ "fashion_&_style": 4,
43
+ "film_tv_&_video": 5,
44
+ "fitness_&_health": 9,
45
+ "food_&_dining": 3,
46
+ "gaming": 1,
47
+ "learning_&_educational": 15,
48
+ "music": 17,
49
+ "news_&_social_concern": 13,
50
+ "other_hobbies": 14,
51
+ "relationships": 6,
52
+ "science_&_technology": 8,
53
+ "sports": 0,
54
+ "travel_&_adventure": 12,
55
+ "youth_&_student_life": 10
56
+ },
57
+ "layer_norm_eps": 1e-05,
58
+ "max_position_embeddings": 514,
59
+ "model_type": "roberta",
60
+ "num_attention_heads": 12,
61
+ "num_hidden_layers": 20,
62
+ "pad_token_id": 1,
63
+ "position_embedding_type": "absolute",
64
+ "problem_type": "single_label_classification",
65
+ "torch_dtype": "float32",
66
+ "transformers_version": "4.35.2",
67
+ "type_vocab_size": 1,
68
+ "use_cache": true,
69
+ "vocab_size": 50265
70
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f76e1af3a78b45537e664e0bca6ab3bba62d3a45598a3d6dcb2a0ce994ff3f5
3
+ size 725492596
runs/Jan28_02-34-48_15f041e81f8d/events.out.tfevents.1706409289.15f041e81f8d.75649.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5caa843e18b6efcee32d53f024e1e966a1cffe5d75991ff9fad3b1ef785cc2ea
3
+ size 5400
runs/Jan28_02-43-26_15f041e81f8d/events.out.tfevents.1706409806.15f041e81f8d.75649.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5ec28f518a3ad481dd0b20021ed4d3bab366ad4585d5686f106870f12403c72
3
+ size 5671
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "50264": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "<s>",
46
+ "clean_up_tokenization_spaces": true,
47
+ "cls_token": "<s>",
48
+ "eos_token": "</s>",
49
+ "errors": "replace",
50
+ "mask_token": "<mask>",
51
+ "model_max_length": 512,
52
+ "pad_token": "<pad>",
53
+ "sep_token": "</s>",
54
+ "tokenizer_class": "RobertaTokenizer",
55
+ "trim_offsets": true,
56
+ "unk_token": "<unk>"
57
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1376f8aa59aec95df1edf07f1e249588c802102fc4d0fb49d8540db3b8c0fd0a
3
+ size 4728
vocab.json ADDED
The diff for this file is too large to render. See raw diff