aseth123 commited on
Commit
d6ae53c
·
1 Parent(s): 05d2528

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.26.1",
24
+ "vocab_size": 30522
25
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73ef78e8595331ae0af71027c00676a1f9764136eb072a2fd47a639511ae3cdd
3
+ size 267854125
runs/Feb26_06-05-55_645170382aa2/1677391592.2528634/events.out.tfevents.1677391592.645170382aa2.488.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca8002827a40e49e4259e17403ca2ed29af7ff061fb6e373c9c2a85c8c74ebfb
3
+ size 5688
runs/Feb26_06-05-55_645170382aa2/events.out.tfevents.1677391592.645170382aa2.488.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd34444788b17f9f0e12d297b2a0f892fd4b0c31f7e4ad960afa544ff9c20f45
3
+ size 3718
runs/Feb26_06-09-29_645170382aa2/1677391781.519641/events.out.tfevents.1677391781.645170382aa2.488.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:501bdfa71ac52d123dfb21693ec2e8c58e949cfbc5232021fd2cbf6c734c76d4
3
+ size 5688
runs/Feb26_06-09-29_645170382aa2/events.out.tfevents.1677391781.645170382aa2.488.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9e2faa9ac5fa8cb9d8a9ed03a2516ce30c2d96dca8b3a502fc119fa859b93bb
3
+ size 40
runs/Feb26_06-11-56_645170382aa2/1677391927.8669684/events.out.tfevents.1677391927.645170382aa2.9295.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48e44977c8422ec2e922759ccb0b69355ea5a2b5e5013683ffca7c7bf6e03fe0
3
+ size 5688
runs/Feb26_06-11-56_645170382aa2/events.out.tfevents.1677391927.645170382aa2.9295.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be1ba9b56ef65befe051b528916594395d7e7e2f3956d3d3674f740917aeb93c
3
+ size 3718
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:58403cc2819012e05a41405bd2e2e52f46a6efd664684498e20750ca66a7e7c9
3
+ size 3515
vocab.txt ADDED
The diff for this file is too large to render. See raw diff