jfmatos-isq commited on
Commit
0e65a54
1 Parent(s): dcbb54e

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "3": "LABEL_3",
16
+ "4": "LABEL_4",
17
+ "5": "LABEL_5"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "label2id": {
21
+ "LABEL_0": 0,
22
+ "LABEL_1": 1,
23
+ "LABEL_2": 2,
24
+ "LABEL_3": 3,
25
+ "LABEL_4": 4,
26
+ "LABEL_5": 5
27
+ },
28
+ "max_position_embeddings": 512,
29
+ "model_type": "distilbert",
30
+ "n_heads": 12,
31
+ "n_layers": 6,
32
+ "pad_token_id": 0,
33
+ "problem_type": "single_label_classification",
34
+ "qa_dropout": 0.1,
35
+ "seq_classif_dropout": 0.2,
36
+ "sinusoidal_pos_embds": false,
37
+ "tie_weights_": true,
38
+ "torch_dtype": "float32",
39
+ "transformers_version": "4.13.0",
40
+ "vocab_size": 30522
41
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a1d32d7c80225a747a08e2ccc5fd7c2861649c9d57dd9ff8e4b9fe8d00dce92
3
+ size 267874026
runs/Jan22_10-30-58_sid-gpu/1705919506.3300064/events.out.tfevents.1705919506.sid-gpu.403799.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5253f1854ca03fe3a3f4ee798fa581e477b1af29482919fd921f8041e7892685
3
+ size 4791
runs/Jan22_10-30-58_sid-gpu/1705919526.0615578/events.out.tfevents.1705919526.sid-gpu.403799.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bba3ce152312e02e3d7f65630f64736aa8a3646d50ca5e5716f779732862acd
3
+ size 4791
runs/Jan22_10-30-58_sid-gpu/1705919545.373626/events.out.tfevents.1705919545.sid-gpu.403799.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b462a29b26f062d7b9cd6b45b5d8751e129b30fd2247763d6123e8e9e46ec39a
3
+ size 4791
runs/Jan22_10-30-58_sid-gpu/events.out.tfevents.1705919506.sid-gpu.403799.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e150cc4132d4f8521190add937b3f2d6b2c8f625d2f4f952ba16c2e153ba7fa6
3
+ size 3245
runs/Jan22_10-30-58_sid-gpu/events.out.tfevents.1705919526.sid-gpu.403799.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97fd4f35c594179b8b0d0b1a5e29af8bcfed2b3395d176565b56a9b4cdcef176
3
+ size 3245
runs/Jan22_10-30-58_sid-gpu/events.out.tfevents.1705919545.sid-gpu.403799.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a33b835b8c75db66cd6a961d0a04a24fac6370e0ec5d8f056034d099fa118b71
3
+ size 3245
runs/Jan22_11-14-27_sid-gpu/1705922072.128897/events.out.tfevents.1705922072.sid-gpu.406550.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d7c95aa9a4a26c2a1b341ed9e6d9910cfa99b0ebc31a08ba5ea2ee28963d178
3
+ size 4791
runs/Jan22_11-14-27_sid-gpu/events.out.tfevents.1705922072.sid-gpu.406550.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:318f2e72ac6066af0226e50f26e52ef4e0bc00d605d18449bc66a6901bf100c5
3
+ size 4196
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "distilbert-base-uncased", "tokenizer_class": "DistilBertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fef73950d6f21979d9c372559d0bf52c87d0aef213835c3693bffd20629d7f01
3
+ size 3384
vocab.txt ADDED
The diff for this file is too large to render. See raw diff