PiceTRP commited on
Commit
ac0028f
1 Parent(s): 4ec5168

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-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": 768,
12
+ "id2label": {
13
+ "0": "action",
14
+ "1": "adventure",
15
+ "2": "animation",
16
+ "3": "comedy",
17
+ "4": "crime",
18
+ "5": "crime drama",
19
+ "6": "drama",
20
+ "7": "film noir",
21
+ "8": "horror",
22
+ "9": "musical",
23
+ "10": "mystery",
24
+ "11": "romance",
25
+ "12": "science fiction",
26
+ "13": "thriller",
27
+ "14": "war",
28
+ "15": "western"
29
+ },
30
+ "initializer_range": 0.02,
31
+ "intermediate_size": 3072,
32
+ "label2id": {
33
+ "action": 0,
34
+ "adventure": 1,
35
+ "animation": 2,
36
+ "comedy": 3,
37
+ "crime": 4,
38
+ "crime drama": 5,
39
+ "drama": 6,
40
+ "film noir": 7,
41
+ "horror": 8,
42
+ "musical": 9,
43
+ "mystery": 10,
44
+ "romance": 11,
45
+ "science fiction": 12,
46
+ "thriller": 13,
47
+ "war": 14,
48
+ "western": 15
49
+ },
50
+ "layer_norm_eps": 1e-12,
51
+ "max_position_embeddings": 512,
52
+ "model_type": "bert",
53
+ "num_attention_heads": 12,
54
+ "num_hidden_layers": 12,
55
+ "pad_token_id": 0,
56
+ "position_embedding_type": "absolute",
57
+ "problem_type": "single_label_classification",
58
+ "torch_dtype": "float32",
59
+ "transformers_version": "4.29.1",
60
+ "type_vocab_size": 2,
61
+ "use_cache": true,
62
+ "vocab_size": 30522
63
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a7357c3166d225765adaf78767c0ebe58cc24a94796c0c0cf58f1c624379791
3
+ size 438050997
runs/May15_20-14-52_14d18884ba19/1684181702.0497992/events.out.tfevents.1684181702.14d18884ba19.218.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a990443676cbb38c94cda60c0550c78ea8bf4cba26565a1ae649a93d0d718c6d
3
+ size 5946
runs/May15_20-14-52_14d18884ba19/events.out.tfevents.1684181702.14d18884ba19.218.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:233b465c82333a188c6d9ccf855d4ed75f09e9786f2468db3665d6a67d38dbf6
3
+ size 5036
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,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "BertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d99e302e1a68f92eeac6d053e13666590ba7915fdbc34f4fb468cadb90581d0
3
+ size 3963
vocab.txt ADDED
The diff for this file is too large to render. See raw diff