tjl223 commited on
Commit
0be77a6
·
verified ·
1 Parent(s): f1d77a0

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert/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": "Megan Thee Stallion",
13
+ "1": "Nicki Minaj",
14
+ "2": "Jelly Roll",
15
+ "3": "Noah Kahan",
16
+ "4": "Chris Stapleton",
17
+ "5": "Travis Scott",
18
+ "6": "Jack Harlow",
19
+ "7": "Doja Cat",
20
+ "8": "The Weeknd",
21
+ "9": "Zach Bryan",
22
+ "10": "Morgan Wallen",
23
+ "11": "21 Savage",
24
+ "12": "The Smile",
25
+ "13": "Dua Lipa",
26
+ "14": "The Grateful Dead",
27
+ "15": "Taylor Swift",
28
+ "16": "Olivia Rodrigo",
29
+ "17": "Drake",
30
+ "18": "Luke Combs",
31
+ "19": "SZA"
32
+ },
33
+ "initializer_range": 0.02,
34
+ "label2id": {
35
+ "21 Savage": 11,
36
+ "Chris Stapleton": 4,
37
+ "Doja Cat": 7,
38
+ "Drake": 17,
39
+ "Dua Lipa": 13,
40
+ "Jack Harlow": 6,
41
+ "Jelly Roll": 2,
42
+ "Luke Combs": 18,
43
+ "Megan Thee Stallion": 0,
44
+ "Morgan Wallen": 10,
45
+ "Nicki Minaj": 1,
46
+ "Noah Kahan": 3,
47
+ "Olivia Rodrigo": 16,
48
+ "SZA": 19,
49
+ "Taylor Swift": 15,
50
+ "The Grateful Dead": 14,
51
+ "The Smile": 12,
52
+ "The Weeknd": 8,
53
+ "Travis Scott": 5,
54
+ "Zach Bryan": 9
55
+ },
56
+ "max_position_embeddings": 512,
57
+ "model_type": "distilbert",
58
+ "n_heads": 12,
59
+ "n_layers": 6,
60
+ "pad_token_id": 0,
61
+ "problem_type": "single_label_classification",
62
+ "qa_dropout": 0.1,
63
+ "seq_classif_dropout": 0.2,
64
+ "sinusoidal_pos_embds": false,
65
+ "tie_weights_": true,
66
+ "torch_dtype": "float32",
67
+ "transformers_version": "4.38.2",
68
+ "vocab_size": 30522
69
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e78a322f5a35fd19e6e8c5e44cdf1778518fd6e54279852ff8a1ad87e43771b
3
+ size 267887936
runs/Mar18_22-35-38_8904e4dee669/events.out.tfevents.1710801340.8904e4dee669.3457.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a773cdf26c40acbd21e5990fa35916166d8c5bbf938bca49f7c8a5cbe95196a3
3
+ size 5446
runs/Mar18_22-40-05_8904e4dee669/events.out.tfevents.1710801606.8904e4dee669.3457.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77a09dc0fa2e916247abbd02a78c2a4f69432144a7c1cb06c2187e37377c725f
3
+ size 5761
runs/Mar18_22-42-42_8904e4dee669/events.out.tfevents.1710801763.8904e4dee669.3457.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdcdeb915911d6e7df5f27510d9f154ff73e292898e0d4b14b5b9d34324c7e2f
3
+ size 5537
runs/Mar18_22-45-54_8904e4dee669/events.out.tfevents.1710801955.8904e4dee669.3457.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75b48bd69df6e8043080460ef7f112fb95c7bdf54b50724e15ba1e548020ef51
3
+ size 5803
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,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 1000000000000000019884624838656,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dff50d7904e99916d9e35f597734720322e7fe292b6f107e9cb0bd8c18a14625
3
+ size 4920
vocab.txt ADDED
The diff for this file is too large to render. See raw diff