juancavallotti commited on
Commit
ff10185
1 Parent(s): c3616b5

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-cased",
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": 768,
12
+ "id2label": {
13
+ "0": "ARTS & CULTURE",
14
+ "1": "BUSINESS",
15
+ "2": "COMEDY",
16
+ "3": "ENTERTAINMENT",
17
+ "4": "ENVIRONMENT",
18
+ "5": "FOOD & DRINK",
19
+ "6": "GREEN",
20
+ "7": "HOME & LIVING",
21
+ "8": "MEDIA",
22
+ "9": "POLITICS",
23
+ "10": "SCIENCE",
24
+ "11": "SPORTS",
25
+ "12": "STYLE & BEAUTY",
26
+ "13": "TECH",
27
+ "14": "TRAVEL",
28
+ "15": "WELLNESS",
29
+ "16": "WORLD NEWS"
30
+ },
31
+ "initializer_range": 0.02,
32
+ "intermediate_size": 3072,
33
+ "label2id": {
34
+ "ARTS & CULTURE": 0,
35
+ "BUSINESS": 1,
36
+ "COMEDY": 2,
37
+ "ENTERTAINMENT": 3,
38
+ "ENVIRONMENT": 4,
39
+ "FOOD & DRINK": 5,
40
+ "GREEN": 6,
41
+ "HOME & LIVING": 7,
42
+ "MEDIA": 8,
43
+ "POLITICS": 9,
44
+ "SCIENCE": 10,
45
+ "SPORTS": 11,
46
+ "STYLE & BEAUTY": 12,
47
+ "TECH": 13,
48
+ "TRAVEL": 14,
49
+ "WELLNESS": 15,
50
+ "WORLD NEWS": 16
51
+ },
52
+ "layer_norm_eps": 1e-12,
53
+ "max_position_embeddings": 512,
54
+ "model_type": "bert",
55
+ "num_attention_heads": 12,
56
+ "num_hidden_layers": 12,
57
+ "pad_token_id": 0,
58
+ "position_embedding_type": "absolute",
59
+ "problem_type": "single_label_classification",
60
+ "torch_dtype": "float32",
61
+ "transformers_version": "4.19.2",
62
+ "type_vocab_size": 2,
63
+ "use_cache": true,
64
+ "vocab_size": 28996
65
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9ec72cb5e43927ef9b17dfabab4f94fbb750f887aa91e76a5bc527a22a53182
3
+ size 433364397
runs/May23_00-51-34_200405aa6971/1653267105.0538156/events.out.tfevents.1653267105.200405aa6971.400.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06ea22f40972eb3c85c1d50ca700361285ffbb94d0bc06eb87a149917b262c4e
3
+ size 5208
runs/May23_00-51-34_200405aa6971/events.out.tfevents.1653267105.200405aa6971.400.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9a4f0efa6180b191d4fb84af9e075b0f43aba6d0d1072ec1722a40325c257bd
3
+ size 4885
runs/May23_00-52-47_200405aa6971/1653267175.6887012/events.out.tfevents.1653267175.200405aa6971.400.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7fa4122465f8a9652ed5143aa1d5404ab9928ebf445596a4af54feb3e9680f2
3
+ size 5211
runs/May23_00-52-47_200405aa6971/events.out.tfevents.1653267175.200405aa6971.400.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d10c1d86516c7d56100008fc49376a2e9131108e49042b6836b6191b767b4f6
3
+ size 4355
runs/May23_00-53-30_200405aa6971/1653267218.642819/events.out.tfevents.1653267218.200405aa6971.400.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a224fe352ef496f8d5fe05e4204bee722c930b2a7ec83a7e11669a6f5ba1369
3
+ size 5211
runs/May23_00-53-30_200405aa6971/events.out.tfevents.1653267218.200405aa6971.400.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b56f58d77286b4f61dfc1ec4cd16f06a3fdb31398ae381687eb5c6ad680b616
3
+ size 4355
runs/May23_00-55-51_200405aa6971/1653267359.6446426/events.out.tfevents.1653267359.200405aa6971.1272.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:978065b2c1ed4ff46b21b8d3a8e519b76436552cdaf12674ec0f1c66c4f06a9a
3
+ size 5211
runs/May23_00-55-51_200405aa6971/events.out.tfevents.1653267359.200405aa6971.1272.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f45aa4789899d0dca2ebc6360a0e3d519e00370f2aa87faabdfed44ce43be5b
3
+ size 8922
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "bert-base-cased", "tokenizer_class": "BertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:513f8321d98749a84fcbe8c750bbadc3644985b5fc03e4b4413f72692339438d
3
+ size 3247
vocab.txt ADDED
The diff for this file is too large to render. See raw diff