tjl223 commited on
Commit
fb28bc7
1 Parent(s): cd2ba01

Training in progress, epoch 2

Browse files
config.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "albert/albert-base-v2",
3
+ "architectures": [
4
+ "AlbertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0,
7
+ "bos_token_id": 2,
8
+ "classifier_dropout_prob": 0.1,
9
+ "down_scale_factor": 1,
10
+ "embedding_size": 128,
11
+ "eos_token_id": 3,
12
+ "gap_size": 0,
13
+ "hidden_act": "gelu_new",
14
+ "hidden_dropout_prob": 0,
15
+ "hidden_size": 768,
16
+ "id2label": {
17
+ "0": "Noah Kahan",
18
+ "1": "21 Savage",
19
+ "2": "Travis Scott",
20
+ "3": "Taylor Swift",
21
+ "4": "Jack Harlow",
22
+ "5": "Megan Thee Stallion",
23
+ "6": "Doja Cat",
24
+ "7": "The Grateful Dead",
25
+ "8": "SZA",
26
+ "9": "Drake",
27
+ "10": "Jelly Roll",
28
+ "11": "Morgan Wallen",
29
+ "12": "Chris Stapleton",
30
+ "13": "Olivia Rodrigo",
31
+ "14": "Zach Bryan",
32
+ "15": "Luke Combs",
33
+ "16": "Dua Lipa",
34
+ "17": "Nicki Minaj",
35
+ "18": "The Smile",
36
+ "19": "The Weeknd"
37
+ },
38
+ "initializer_range": 0.02,
39
+ "inner_group_num": 1,
40
+ "intermediate_size": 3072,
41
+ "label2id": {
42
+ "21 Savage": 1,
43
+ "Chris Stapleton": 12,
44
+ "Doja Cat": 6,
45
+ "Drake": 9,
46
+ "Dua Lipa": 16,
47
+ "Jack Harlow": 4,
48
+ "Jelly Roll": 10,
49
+ "Luke Combs": 15,
50
+ "Megan Thee Stallion": 5,
51
+ "Morgan Wallen": 11,
52
+ "Nicki Minaj": 17,
53
+ "Noah Kahan": 0,
54
+ "Olivia Rodrigo": 13,
55
+ "SZA": 8,
56
+ "Taylor Swift": 3,
57
+ "The Grateful Dead": 7,
58
+ "The Smile": 18,
59
+ "The Weeknd": 19,
60
+ "Travis Scott": 2,
61
+ "Zach Bryan": 14
62
+ },
63
+ "layer_norm_eps": 1e-12,
64
+ "max_position_embeddings": 512,
65
+ "model_type": "albert",
66
+ "net_structure_type": 0,
67
+ "num_attention_heads": 12,
68
+ "num_hidden_groups": 1,
69
+ "num_hidden_layers": 12,
70
+ "num_memory_blocks": 0,
71
+ "pad_token_id": 0,
72
+ "position_embedding_type": "absolute",
73
+ "problem_type": "single_label_classification",
74
+ "torch_dtype": "float32",
75
+ "transformers_version": "4.38.2",
76
+ "type_vocab_size": 2,
77
+ "vocab_size": 30000
78
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccd4e6690ad1c4106aef4cf1b1056390f32a671bddb19647795ce5e781407810
3
+ size 46799280
runs/Mar23_06-52-24_e0e1ba26e82d/events.out.tfevents.1711176745.e0e1ba26e82d.19912.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d797aae7d5cfe76b4b2e530782a87f912c5bc770903fb85431bbce903f713919
3
+ size 6287
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[SEP]",
5
+ "mask_token": {
6
+ "content": "[MASK]",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "[SEP]",
14
+ "unk_token": "<unk>"
15
+ }
spiece.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fefb02b667a6c5c2fe27602d28e5fb3428f66ab89c7d6f388e7c8d44a02d0336
3
+ size 760289
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "1": {
12
+ "content": "<unk>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "[MASK]",
37
+ "lstrip": true,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "[CLS]",
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "[CLS]",
47
+ "do_lower_case": true,
48
+ "eos_token": "[SEP]",
49
+ "keep_accents": false,
50
+ "mask_token": "[MASK]",
51
+ "model_max_length": 512,
52
+ "pad_token": "<pad>",
53
+ "remove_space": true,
54
+ "sep_token": "[SEP]",
55
+ "tokenizer_class": "AlbertTokenizer",
56
+ "unk_token": "<unk>"
57
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99bd35b78181f6a68df2d021e3d197a2b5c1107bdbd4843e1cd7a6680aa8bf78
3
+ size 4920