dpazmino commited on
Commit
78f3600
·
1 Parent(s): 9f786d2

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.18.0",
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:32c151f76240ec92a61016be2c75ff0ec5be296913d28640e2480077f914f388
3
+ size 267857393
runs/Apr14_23-30-10_3ef9631a0f29/1649979023.759411/events.out.tfevents.1649979023.3ef9631a0f29.79.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4eaffb6be6833bbf72552182ba28fafb62985b474a85c4340d73265d075cbde2
3
+ size 4906
runs/Apr14_23-30-10_3ef9631a0f29/events.out.tfevents.1649979023.3ef9631a0f29.79.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:196a0cd0a22ffa4a965bde6af82e4482357d3eae16516ef1c478c9149eb12923
3
+ size 3446
runs/Apr14_23-32-15_3ef9631a0f29/1649979143.4249632/events.out.tfevents.1649979143.3ef9631a0f29.79.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eaae206311b25c7e7891bed140d3329f8b3f3717b0f2a9e92aa87f7acb74556f
3
+ size 4906
runs/Apr14_23-32-15_3ef9631a0f29/events.out.tfevents.1649979143.3ef9631a0f29.79.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a09333385e9eebbcee37ff9d554d39f5a292131cbe6a9e98a7ae2f26df7c166a
3
+ size 3446
runs/Apr14_23-39-54_3ef9631a0f29/1649979601.875712/events.out.tfevents.1649979601.3ef9631a0f29.1467.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3db355cf61bbd45946032a5a3a75b0004f6aea9ff8a9d83307665014d9d557f6
3
+ size 4906
runs/Apr14_23-39-54_3ef9631a0f29/events.out.tfevents.1649979601.3ef9631a0f29.1467.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07fc3df778d067bae5c926ec6517f6f339fc2d381d4896a05ca8bf2a7a47a0fe
3
+ size 8470
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:d033ca980b47d85a004d31129da61f48a6bfe7f34e1b349886c131afc187c4d8
3
+ size 3119
vocab.txt ADDED
The diff for this file is too large to render. See raw diff