GIanlucaRub commited on
Commit
f2755f6
1 Parent(s): 0b63337

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "label2id": {
18
+ "LABEL_0": 0,
19
+ "LABEL_1": 1,
20
+ "LABEL_2": 2
21
+ },
22
+ "max_position_embeddings": 512,
23
+ "model_type": "distilbert",
24
+ "n_heads": 12,
25
+ "n_layers": 6,
26
+ "pad_token_id": 0,
27
+ "problem_type": "single_label_classification",
28
+ "qa_dropout": 0.1,
29
+ "seq_classif_dropout": 0.2,
30
+ "sinusoidal_pos_embds": false,
31
+ "tie_weights_": true,
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.25.1",
34
+ "vocab_size": 30522
35
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6289bfd4e488b5449457e402c23f42af477bd7b81c2bf27cd7bf4ab40aa866f
3
+ size 267858605
runs/Dec31_17-35-57_6a72c8329b15/1672508174.005573/events.out.tfevents.1672508174.6a72c8329b15.4221.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e0904f726bb9ff663500d2a53895526e64997034dc7a3d49f0d4ad88e6cc493
3
+ size 5527
runs/Dec31_17-35-57_6a72c8329b15/events.out.tfevents.1672508173.6a72c8329b15.4221.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cf34481f29ae2135fd55a61a9fa126125a313439f93e750509a7a3dc5291480
3
+ size 3783
runs/Dec31_17-37-41_6a72c8329b15/1672508266.7172923/events.out.tfevents.1672508266.6a72c8329b15.4221.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79eceb2151598ac89d67f156f3f82142e682f61c14bf3546c546311900be2d00
3
+ size 5527
runs/Dec31_17-37-41_6a72c8329b15/events.out.tfevents.1672508266.6a72c8329b15.4221.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f12c1268b8b98023016680c12929b6a34052dd5548b07c362e736159158925ba
3
+ size 3783
runs/Dec31_17-38-59_6a72c8329b15/1672508344.6045103/events.out.tfevents.1672508344.6a72c8329b15.4221.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a4769a51d3f47b0897869bc8bc51737a691c824ad0adcfcad22e6f49e420fdd
3
+ size 5527
runs/Dec31_17-38-59_6a72c8329b15/events.out.tfevents.1672508344.6a72c8329b15.4221.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06eea3aa2ba71355845924fa300fe74d818661a97aef1dcb39dca1888e677f14
3
+ size 3783
runs/Dec31_17-42-54_6a72c8329b15/1672508579.9384134/events.out.tfevents.1672508579.6a72c8329b15.4221.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b3c1b7a3321642a31d9e75d8c40040dbc9fd078fdb81a0e9cf086a01066fdcc
3
+ size 5527
runs/Dec31_17-42-54_6a72c8329b15/events.out.tfevents.1672508579.6a72c8329b15.4221.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab0a1a7a428e08189f95bc432bc515215473cfd2651c139687de4923ad171029
3
+ size 4616
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:67c08a7bf2ed8903ca1336500ecc6f4f4e7dd6055e2674f9a6f97f9af9ca9dc0
3
+ size 3451
vocab.txt ADDED
The diff for this file is too large to render. See raw diff