phailyoor commited on
Commit
a767be2
1 Parent(s): 67a65f1

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": "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": "sleepymeido",
13
+ "1": "Megane",
14
+ "2": "Ozymandias",
15
+ "3": "South African Salmon Bush War",
16
+ "4": "max56709",
17
+ "5": "Eko",
18
+ "6": "Zia",
19
+ "7": "Tachi",
20
+ "8": "Ringo Testarossa",
21
+ "9": "CupcakeWarrior",
22
+ "10": "Sir Swagmeyer",
23
+ "11": "Destoroyar",
24
+ "12": "The_Pope",
25
+ "13": "MastigosWilkins",
26
+ "14": "Lapan",
27
+ "15": "Beatani",
28
+ "16": "unknown"
29
+ },
30
+ "initializer_range": 0.02,
31
+ "label2id": {
32
+ "Beatani": 15,
33
+ "CupcakeWarrior": 9,
34
+ "Destoroyar": 11,
35
+ "Eko": 5,
36
+ "Lapan": 14,
37
+ "MastigosWilkins": 13,
38
+ "Megane": 1,
39
+ "Ozymandias": 2,
40
+ "Ringo Testarossa": 8,
41
+ "Sir Swagmeyer": 10,
42
+ "South African Salmon Bush War": 3,
43
+ "Tachi": 7,
44
+ "The_Pope": 12,
45
+ "Zia": 6,
46
+ "max56709": 4,
47
+ "sleepymeido": 0,
48
+ "unknown": 16
49
+ },
50
+ "max_position_embeddings": 512,
51
+ "model_type": "distilbert",
52
+ "n_heads": 12,
53
+ "n_layers": 6,
54
+ "pad_token_id": 0,
55
+ "problem_type": "single_label_classification",
56
+ "qa_dropout": 0.1,
57
+ "seq_classif_dropout": 0.2,
58
+ "sinusoidal_pos_embds": false,
59
+ "tie_weights_": true,
60
+ "torch_dtype": "float32",
61
+ "transformers_version": "4.12.3",
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:171283e60654b980a0313f2154a73522689ba89756f347ea59e724913351950f
3
+ size 267906225
runs/Nov14_01-07-52_b39c21e49e64/1636852083.5014818/events.out.tfevents.1636852083.b39c21e49e64.66.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3240dc0777b0235086c57cbaba4df2b902c08b091a211ef38210c5cc55fd23cc
3
+ size 4598
runs/Nov14_01-07-52_b39c21e49e64/1636853147.628291/events.out.tfevents.1636853147.b39c21e49e64.66.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:973fae4f92dd20bb3d451dc65af4986d5f290e1052ebe40852f54d35407554f1
3
+ size 4598
runs/Nov14_01-07-52_b39c21e49e64/events.out.tfevents.1636852083.b39c21e49e64.66.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4efaa7211d28e855e8b11bfef491712bd3c366fa825d3b129a77c7f47573ecfe
3
+ size 7111
runs/Nov14_01-07-52_b39c21e49e64/events.out.tfevents.1636853147.b39c21e49e64.66.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84bd5fa17289e35e1e3e7cc819baf4858a773e67116e4f97fabd3052c796a9f4
3
+ size 7434
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": true, "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": "distilbert-base-uncased", "tokenizer_class": "DistilBertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dd360c5fb2f6d2e9555e7f07b8f6de0e5742f579235060af4adc998fcd3f268
3
+ size 2927
vocab.txt ADDED
The diff for this file is too large to render. See raw diff