Mediocre-Judge commited on
Commit
51fc215
·
verified ·
1 Parent(s): 4f056ec

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/xtremedistil-l6-h256-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 256,
12
+ "id2label": {
13
+ "0": "category",
14
+ "1": "news",
15
+ "2": "sports",
16
+ "3": "finance",
17
+ "4": "video",
18
+ "5": "travel",
19
+ "6": "foodanddrink",
20
+ "7": "lifestyle",
21
+ "8": "weather",
22
+ "9": "health",
23
+ "10": "autos",
24
+ "11": "music",
25
+ "12": "tv",
26
+ "13": "movies",
27
+ "14": "entertainment",
28
+ "15": "kids",
29
+ "16": "middleeast",
30
+ "17": "games",
31
+ "18": "northamerica"
32
+ },
33
+ "initializer_range": 0.02,
34
+ "intermediate_size": 1024,
35
+ "label2id": {
36
+ "autos": 10,
37
+ "category": 0,
38
+ "entertainment": 14,
39
+ "finance": 3,
40
+ "foodanddrink": 6,
41
+ "games": 17,
42
+ "health": 9,
43
+ "kids": 15,
44
+ "lifestyle": 7,
45
+ "middleeast": 16,
46
+ "movies": 13,
47
+ "music": 11,
48
+ "news": 1,
49
+ "northamerica": 18,
50
+ "sports": 2,
51
+ "travel": 5,
52
+ "tv": 12,
53
+ "video": 4,
54
+ "weather": 8
55
+ },
56
+ "layer_norm_eps": 1e-12,
57
+ "max_position_embeddings": 512,
58
+ "model_type": "bert",
59
+ "num_attention_heads": 8,
60
+ "num_hidden_layers": 6,
61
+ "pad_token_id": 0,
62
+ "position_embedding_type": "absolute",
63
+ "problem_type": "single_label_classification",
64
+ "torch_dtype": "float32",
65
+ "transformers_version": "4.45.1",
66
+ "type_vocab_size": 2,
67
+ "use_cache": true,
68
+ "vocab_size": 30522
69
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6445be825f4bc673860a994c4b5393732416043378d0ecc350c88b8dd781e143
3
+ size 51031868
runs/Dec02_06-44-11_3b43cc3ee953/events.out.tfevents.1733121852.3b43cc3ee953.23.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f92de13213de23676dda1ee11e1fc3c6982d89244e0af3a5c5cd02a2ea95094c
3
+ size 10044
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,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 1000000000000000019884624838656,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
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:88e6aae05f72fa6987432cda80522e78bc076222339da558fbc68d305a839c46
3
+ size 5240
vocab.txt ADDED
The diff for this file is too large to render. See raw diff