tingtone commited on
Commit
df747d9
1 Parent(s): 5f47444

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "adapters": {
5
+ "adapters": {},
6
+ "config_map": {},
7
+ "fusion_config_map": {},
8
+ "fusions": {}
9
+ },
10
+ "architectures": [
11
+ "DistilBertForSequenceClassification"
12
+ ],
13
+ "attention_dropout": 0.1,
14
+ "dim": 768,
15
+ "dropout": 0.1,
16
+ "hidden_dim": 3072,
17
+ "id2label": {
18
+ "0": "sadness",
19
+ "1": "joy",
20
+ "2": "love",
21
+ "3": "anger",
22
+ "4": "fear",
23
+ "5": "surprise"
24
+ },
25
+ "initializer_range": 0.02,
26
+ "label2id": {
27
+ "anger": 3,
28
+ "fear": 4,
29
+ "joy": 1,
30
+ "love": 2,
31
+ "sadness": 0,
32
+ "surprise": 5
33
+ },
34
+ "max_position_embeddings": 512,
35
+ "model_type": "distilbert",
36
+ "n_heads": 12,
37
+ "n_layers": 6,
38
+ "pad_token_id": 0,
39
+ "problem_type": "single_label_classification",
40
+ "qa_dropout": 0.1,
41
+ "seq_classif_dropout": 0.2,
42
+ "sinusoidal_pos_embds": false,
43
+ "tie_weights_": true,
44
+ "torch_dtype": "float32",
45
+ "transformers_version": "4.26.1",
46
+ "vocab_size": 30522
47
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf51d551d80c0dfa1ec312f8b09ca1b095b0e254de5ab7ecf7016e74a6ed83a0
3
+ size 267866413
runs/Jun01_19-25-25_D945Y2J69C/1685672730.8394802/events.out.tfevents.1685672730.D945Y2J69C.48403.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:095c4543d153f0d27f8da8dfb60d2cf95bc5385a614f6c907a6009dbdfabf4f1
3
+ size 5665
runs/Jun01_19-25-25_D945Y2J69C/events.out.tfevents.1685672730.D945Y2J69C.48403.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:025f96c88770a38a6d9b0dba09c07891b2f4a485abecee055e3d376e9800a9ff
3
+ size 4048
runs/Jun01_19-30-13_D945Y2J69C/1685673016.592389/events.out.tfevents.1685673016.D945Y2J69C.48680.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dc5b0a5f2981987f44f9a9a6699eef9a9e33e6bdf3968a9ea33eecf001fc196
3
+ size 5665
runs/Jun01_19-30-13_D945Y2J69C/events.out.tfevents.1685673016.D945Y2J69C.48680.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8babff01bf2e47fcfa9be69b7d2262604be18fac056ba06ae9e49cc79972c6f
3
+ size 3922
runs/Jun01_21-01-36_D945Y2J69C/1685678500.086505/events.out.tfevents.1685678500.D945Y2J69C.55477.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4e1f12332c2c315f60b8d25a1e675d186f75610cdced8edfe56280d9a92c76a
3
+ size 5665
runs/Jun01_21-01-36_D945Y2J69C/events.out.tfevents.1685678500.D945Y2J69C.55477.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:789b13053b803480ad603ffe0a311b739afa1f3b8b17a57e7d02d03f66124985
3
+ size 4048
runs/Jun01_21-02-34_D945Y2J69C/1685678557.765145/events.out.tfevents.1685678557.D945Y2J69C.55560.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5290de7444ee279c04fd9bd51dfab9878524076a678361e24710e9c248f16dc4
3
+ size 5665
runs/Jun01_21-02-34_D945Y2J69C/events.out.tfevents.1685678557.D945Y2J69C.55560.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1c6f61629341ecadb8d808e0bd252b9a293f88e72cda54cd412b297e2411672
3
+ size 4365
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,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "distilbert-base-uncased",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "DistilBertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:925c73f183fc3b4daa0e7544edf494d967b31ce47d2318eac707f90139ce3792
3
+ size 3515
vocab.txt ADDED
The diff for this file is too large to render. See raw diff