zayedupal commited on
Commit
1fd4f5c
1 Parent(s): f80fa4a

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "action",
13
+ "1": "adventure",
14
+ "2": "crime",
15
+ "3": "family",
16
+ "4": "fantasy",
17
+ "5": "horror",
18
+ "6": "mystery",
19
+ "7": "romance",
20
+ "8": "scifi",
21
+ "9": "thriller"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "label2id": {
25
+ "action": 0,
26
+ "adventure": 1,
27
+ "crime": 2,
28
+ "family": 3,
29
+ "fantasy": 4,
30
+ "horror": 5,
31
+ "mystery": 6,
32
+ "romance": 7,
33
+ "scifi": 8,
34
+ "thriller": 9
35
+ },
36
+ "max_position_embeddings": 512,
37
+ "model_type": "distilbert",
38
+ "n_heads": 12,
39
+ "n_layers": 6,
40
+ "pad_token_id": 0,
41
+ "problem_type": "single_label_classification",
42
+ "qa_dropout": 0.1,
43
+ "seq_classif_dropout": 0.2,
44
+ "sinusoidal_pos_embds": false,
45
+ "tie_weights_": true,
46
+ "torch_dtype": "float32",
47
+ "transformers_version": "4.24.0",
48
+ "vocab_size": 30522
49
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15f082436673d5f99df46cce1aca5a3b64f87d9623f074976724fcb479f1005d
3
+ size 267880109
runs/Jul11_03-09-53_2d2c1c87379a/1689044997.944941/events.out.tfevents.1689044997.2d2c1c87379a.3648.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bedc2281ddbd9fd499d9d982b88a35e4da0a12592d5fda65f1057a294cbd65f8
3
+ size 5618
runs/Jul11_03-09-53_2d2c1c87379a/events.out.tfevents.1689044997.2d2c1c87379a.3648.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11bd35db56248471316d6ab7a9904725c13e86eb6620066ae36b4a4439d12d58
3
+ size 4148
runs/Jul11_03-18-47_2d2c1c87379a/1689045530.22888/events.out.tfevents.1689045530.2d2c1c87379a.3648.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89ccd1bd3fd4230c3779fb2b775858cc910e31eb5764acd92093dae18ccbfd6b
3
+ size 5618
runs/Jul11_03-18-47_2d2c1c87379a/events.out.tfevents.1689045530.2d2c1c87379a.3648.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0576247e7e4962d2f95782be7dd887584d63f9d7751f7c013a6b227ab3ae006b
3
+ size 4471
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,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "distilbert-base-uncased",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "DistilBertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b104fb3ad5b6eba6dd13ce6eb3b1c7d85fe7c9b1241a4ccd440e6e5d2686b825
3
+ size 3451
vocab.txt ADDED
The diff for this file is too large to render. See raw diff