RonTuretzky commited on
Commit
ae1846e
·
1 Parent(s): a53a84e

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Libertarian Left",
13
+ "1": "Libertarian Right",
14
+ "2": "Authoritarian Left",
15
+ "3": "Authoritarian Right"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "label2id": {
19
+ "Authoritarian Left": 2,
20
+ "Authoritarian Right": 3,
21
+ "Libertarian Left": 0,
22
+ "Libertarian Right": 1
23
+ },
24
+ "max_position_embeddings": 512,
25
+ "model_type": "distilbert",
26
+ "n_heads": 12,
27
+ "n_layers": 6,
28
+ "pad_token_id": 0,
29
+ "problem_type": "single_label_classification",
30
+ "qa_dropout": 0.1,
31
+ "seq_classif_dropout": 0.2,
32
+ "sinusoidal_pos_embds": false,
33
+ "tie_weights_": true,
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.30.2",
36
+ "vocab_size": 30522
37
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ccdee037770301ad82fbc1d4035da0e21d92ab6a9a36904213a952f5af6a34e
3
+ size 267861677
runs/Jul08_23-00-46_DreamMemeMachine/events.out.tfevents.1688846461.DreamMemeMachine.12648.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:321ddcb11deb4f8b8c0dd9d34a200b34608a28fde31adb1e5b5047885743285d
3
+ size 4383
runs/Jul09_03-50-09_DreamMemeMachine/events.out.tfevents.1688863846.DreamMemeMachine.12740.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d183e0cc8661aef2512e1777fa7916d92050a1d9407bc5a99912b27a499e4416
3
+ size 4153
runs/Jul09_03-55-13_DreamMemeMachine/events.out.tfevents.1688864131.DreamMemeMachine.8376.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f4fdf371e1533b53f5513ab40c9c7c2d9767817cb5fb6f168267346d34b41bd
3
+ size 69407
runs/Jul09_04-08-42_DreamMemeMachine/events.out.tfevents.1688864927.DreamMemeMachine.5476.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ecb3fb0c7cfdc076e8182423c0da3c86b77d48cfea40e34b9090beee5e83095
3
+ size 1204055
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,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "DistilBertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e96d55fd044d5d3f518447fb3ac0db04d395e6a41e8f93a29caddb1dc902e61c
3
+ size 3899
vocab.txt ADDED
The diff for this file is too large to render. See raw diff