wildercb commited on
Commit
6425c1b
1 Parent(s): d7b4b7c

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.28.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:d76c29c6c6ae1755a25fde235decaf7397e255ee6116d79542b66a22a09b20bd
3
+ size 267854125
runs/Apr23_21-44-01_cd6aa06cb764/1682286248.4641674/events.out.tfevents.1682286248.cd6aa06cb764.386.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d410aae1e763dc7a34c0b1aade69aaf609e7d5c948ec1ad2eda07cc0e0ad4d67
3
+ size 5900
runs/Apr23_21-44-01_cd6aa06cb764/events.out.tfevents.1682286248.cd6aa06cb764.386.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76fb07a6882fbf35739f5d533742836f95c284184083e4305406ff45534cf18e
3
+ size 3905
runs/Apr23_21-45-27_cd6aa06cb764/1682286331.8707194/events.out.tfevents.1682286331.cd6aa06cb764.386.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:836ed625bf4e57f493324e1d0367a697fabe54e0e716faf81953d09a8031aaba
3
+ size 5900
runs/Apr23_21-45-27_cd6aa06cb764/events.out.tfevents.1682286331.cd6aa06cb764.386.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2f7bb0084fb0505e75b7f54fcbd49bfcbc7ab4876d2a4cae23c6a9092d9a7e9
3
+ size 3905
runs/Apr23_21-52-44_cd6aa06cb764/1682286768.4690123/events.out.tfevents.1682286768.cd6aa06cb764.386.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6d90002fcd5290b0e2071a18352318f63b29bf80d2b414797ada4b4fded0512
3
+ size 5900
runs/Apr23_21-52-44_cd6aa06cb764/events.out.tfevents.1682286768.cd6aa06cb764.386.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41146d71fea248eed1f31a7dcb6c9c4383fa39500169fb58fe2ec855b624df46
3
+ size 3905
runs/Apr23_21-54-03_cd6aa06cb764/1682286846.6833313/events.out.tfevents.1682286846.cd6aa06cb764.386.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b294ef71ef9db87fcb94550ba8a25ef695fd37cb6d657604b12550246d76b349
3
+ size 5900
runs/Apr23_21-54-03_cd6aa06cb764/events.out.tfevents.1682286846.cd6aa06cb764.386.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7823bec40022fbf56c66aaedcc88c632d96f43bc9971eefa2c09ac1e4527b2b5
3
+ size 3905
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,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "DistilBertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0430ea64b135f82ba482e05b4c2d7e9278c06a0b4b4ba6b1a05640d93c13d8e5
3
+ size 3643
vocab.txt ADDED
The diff for this file is too large to render. See raw diff