lvwerra HF staff commited on
Commit
5f60fc4
1 Parent(s): e756dd9

Training in progress, step 500

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.15.0",
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:3d52fdf227d5b4b90f69e51a9249941c6ce38c1c03b6e2cd5b1fcb791ece172c
3
+ size 267860081
runs/Dec30_16-56-30_3603c37d6fc6/1640883891.1614847/events.out.tfevents.1640883891.3603c37d6fc6.75.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5828c9712eeff98c7a9fc4e28a8972cbed5efda0f3f53407c615a11ef3266ae
3
+ size 4719
runs/Dec30_16-56-30_3603c37d6fc6/events.out.tfevents.1640883891.3603c37d6fc6.75.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3748dfd52722add80a990cb076ac7f5443eb3be26100c6f678e33d593b8ed410
3
+ size 3148
runs/Dec30_17-07-51_3603c37d6fc6/1640884114.6640563/events.out.tfevents.1640884114.3603c37d6fc6.75.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:359761f26cd8267aa7523c747a5e68214abc511f7fd54f6cdef4d5008abe28d2
3
+ size 4725
runs/Dec30_17-07-51_3603c37d6fc6/1640884728.1701791/events.out.tfevents.1640884728.3603c37d6fc6.75.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf81463fb3b182b6bd62de92e7c75c1c5d7a6c9528c869e00fe3443672f88c7f
3
+ size 4725
runs/Dec30_17-07-51_3603c37d6fc6/events.out.tfevents.1640884114.3603c37d6fc6.75.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35112ddd1b9055861ee50ff374913501a006a37eaa14ee37b514bfc8706c53c6
3
+ size 6360
runs/Dec30_17-18-53_3603c37d6fc6/1640884742.6121824/events.out.tfevents.1640884742.3603c37d6fc6.75.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82b8ec666b46f91f186989a2cf3a1ee636327ea42a811b2c769a9297d9a56814
3
+ size 4722
runs/Dec30_17-18-53_3603c37d6fc6/events.out.tfevents.1640884742.3603c37d6fc6.75.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b80cbcb9f32b08b3fd295a510b37759f118f4d7e83509144ae2de9df6157632
3
+ size 3358
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:a78ec6374b76a0152998650386f046a58e63000b66f7fdfbe249fd32c35b8a7a
3
+ size 2927
vocab.txt ADDED
The diff for this file is too large to render. See raw diff