Bandonis commited on
Commit
c343b8e
1 Parent(s): 87393ab

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "art",
13
+ "1": "content-creation",
14
+ "2": "defi",
15
+ "3": "discussions",
16
+ "4": "exchanges",
17
+ "5": "farming",
18
+ "6": "gambling",
19
+ "7": "games",
20
+ "8": "governance",
21
+ "9": "knowledge",
22
+ "10": "layer-2",
23
+ "11": "marketplaces",
24
+ "12": "metaverse",
25
+ "13": "move-to-earn",
26
+ "14": "nft",
27
+ "15": "photos",
28
+ "16": "play-to-earn",
29
+ "17": "pools",
30
+ "18": "sports",
31
+ "19": "staking",
32
+ "20": "videos",
33
+ "21": "yield"
34
+ },
35
+ "initializer_range": 0.02,
36
+ "label2id": {
37
+ "art": 0,
38
+ "content-creation": 1,
39
+ "defi": 2,
40
+ "discussions": 3,
41
+ "exchanges": 4,
42
+ "farming": 5,
43
+ "gambling": 6,
44
+ "games": 7,
45
+ "governance": 8,
46
+ "knowledge": 9,
47
+ "layer-2": 10,
48
+ "marketplaces": 11,
49
+ "metaverse": 12,
50
+ "move-to-earn": 13,
51
+ "nft": 14,
52
+ "photos": 15,
53
+ "play-to-earn": 16,
54
+ "pools": 17,
55
+ "sports": 18,
56
+ "staking": 19,
57
+ "videos": 20,
58
+ "yield": 21
59
+ },
60
+ "max_position_embeddings": 512,
61
+ "model_type": "distilbert",
62
+ "n_heads": 12,
63
+ "n_layers": 6,
64
+ "pad_token_id": 0,
65
+ "problem_type": "multi_label_classification",
66
+ "qa_dropout": 0.1,
67
+ "seq_classif_dropout": 0.2,
68
+ "sinusoidal_pos_embds": false,
69
+ "tie_weights_": true,
70
+ "torch_dtype": "float32",
71
+ "transformers_version": "4.26.1",
72
+ "vocab_size": 30522
73
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9ad98d6686928071b65ba2fa1f47baeb50d65b1bb3f1e2a003d5edfc84e7179
3
+ size 267917037
runs/Feb20_12-07-53_55f0aaec0b8a/1676894893.4477339/events.out.tfevents.1676894893.55f0aaec0b8a.163.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31992438954780a0dbc820ed8ac0b6b1da4f63e7cd57e60f0cdfefb1cd7aedbe
3
+ size 5740
runs/Feb20_12-07-53_55f0aaec0b8a/events.out.tfevents.1676894893.55f0aaec0b8a.163.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abea86bc15095f635fb8a199895ce18d44212f3ec582c1b0baa991bc608cb25c
3
+ size 5327
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_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_basic_tokenize": true,
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "name_or_path": "distilbert-base-uncased",
8
+ "never_split": null,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "special_tokens_map_file": null,
12
+ "strip_accents": null,
13
+ "tokenize_chinese_chars": true,
14
+ "tokenizer_class": "DistilBertTokenizer",
15
+ "unk_token": "[UNK]"
16
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be937740cc63c8b9e6effe889b7811ed3e5766f26ae38e07a23ad5e77c500a0a
3
+ size 3515
vocab.txt ADDED
The diff for this file is too large to render. See raw diff