Ahmed235 commited on
Commit
8beb9de
1 Parent(s): 4e3c33c

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "sports",
13
+ "1": "gaming",
14
+ "2": "arts_&_culture",
15
+ "3": "food_&_dining",
16
+ "4": "fashion_&_style",
17
+ "5": "film_tv_&_video",
18
+ "6": "relationships",
19
+ "7": "business_&_entrepreneurs",
20
+ "8": "science_&_technology",
21
+ "9": "fitness_&_health",
22
+ "10": "youth_&_student_life",
23
+ "11": "diaries_&_daily_life",
24
+ "12": "travel_&_adventure",
25
+ "13": "news_&_social_concern",
26
+ "14": "other_hobbies",
27
+ "15": "learning_&_educational",
28
+ "16": "celebrity_&_pop_culture",
29
+ "17": "music",
30
+ "18": "family"
31
+ },
32
+ "initializer_range": 0.02,
33
+ "label2id": {
34
+ "arts_&_culture": 2,
35
+ "business_&_entrepreneurs": 7,
36
+ "celebrity_&_pop_culture": 16,
37
+ "diaries_&_daily_life": 11,
38
+ "family": 18,
39
+ "fashion_&_style": 4,
40
+ "film_tv_&_video": 5,
41
+ "fitness_&_health": 9,
42
+ "food_&_dining": 3,
43
+ "gaming": 1,
44
+ "learning_&_educational": 15,
45
+ "music": 17,
46
+ "news_&_social_concern": 13,
47
+ "other_hobbies": 14,
48
+ "relationships": 6,
49
+ "science_&_technology": 8,
50
+ "sports": 0,
51
+ "travel_&_adventure": 12,
52
+ "youth_&_student_life": 10
53
+ },
54
+ "max_position_embeddings": 512,
55
+ "model_type": "distilbert",
56
+ "n_heads": 12,
57
+ "n_layers": 24,
58
+ "pad_token_id": 0,
59
+ "problem_type": "single_label_classification",
60
+ "qa_dropout": 0.1,
61
+ "seq_classif_dropout": 0.2,
62
+ "sinusoidal_pos_embds": false,
63
+ "tie_weights_": true,
64
+ "torch_dtype": "float32",
65
+ "transformers_version": "4.37.2",
66
+ "vocab_size": 30522
67
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25c4368de301fe231ef5d4d1ca6e88eaf797be05ae1c4fcc4acb2a1c4a78001a
3
+ size 778247060
runs/Feb29_04-43-58_4ef2c562a8a5/events.out.tfevents.1709181840.4ef2c562a8a5.4011.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:960cb5ff72d5a25fb3305db6e06f205c1aac6dbb2aa00d768e0961380f80bfcf
3
+ size 5840
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10ef46d8cabf767ab8a41d06f731b3e5f49360a36064ded7db0ba5af29ec7fd2
3
+ size 4792
vocab.txt ADDED
The diff for this file is too large to render. See raw diff