Late-potato commited on
Commit
ed71869
1 Parent(s): d20b3e6

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForMaskedLM"
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
+ "qa_dropout": 0.1,
18
+ "seq_classif_dropout": 0.2,
19
+ "sinusoidal_pos_embds": false,
20
+ "tie_weights_": true,
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.15.0",
23
+ "vocab_size": 30522
24
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04d31016d0c39483a33613d80730412a194f35af56f3affab4c192df20180cf0
3
+ size 267982639
runs/Aug31_04-09-55_bff770093fc7/1661919108.8716662/events.out.tfevents.1661919108.bff770093fc7.71.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e66fa358cd7397c3f949399fd6a7ad440ef880f16ba8484ceb24a7e04578777
3
+ size 4790
runs/Aug31_04-09-55_bff770093fc7/events.out.tfevents.1661919105.bff770093fc7.71.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9d4cd60fc18af81c4a6c27b8f34a7188ea84d78261d6598c1cfa1fccf7e4b0b
3
+ size 5068
runs/Aug31_04-09-55_bff770093fc7/events.out.tfevents.1661919717.bff770093fc7.71.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b24ead5404e4af11776a60ec5f8adb7354f158cd5a05f821254672b964c740db
3
+ size 311
runs/Aug31_04-25-35_bff770093fc7/1661919963.057989/events.out.tfevents.1661919963.bff770093fc7.71.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8a6772ba56528bc430117da6e27402aa23907e0987dfe26b47d9cb4f032da79
3
+ size 4790
runs/Aug31_04-25-35_bff770093fc7/events.out.tfevents.1661919958.bff770093fc7.71.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5f0cda60bd2648e8b3e9b87ec9c1d9e48e39d97ba665e1f2d9e5c5913227ae1
3
+ size 3430
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd3581c1c881a32525df220084594f5adca3fa68dee081bc16ae2b8a42d2a0be
3
+ size 2991