skang commited on
Commit
9fb801b
1 Parent(s): abee135

End of training

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.23.1",
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:d758116aa088086fdaee3bf3bb23fd0af9060f61d788d8c2cd5918f2dd5dfbe2
3
+ size 267976815
runs/Oct28_01-30-32_30c17ee4f2ae/1666920679.9599614/events.out.tfevents.1666920679.30c17ee4f2ae.75.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79871a67df7b9a8af7be436881ced235cc1459ee7b66587773fc9bc0243cf03a
3
+ size 5532
runs/Oct28_01-30-32_30c17ee4f2ae/events.out.tfevents.1666920662.30c17ee4f2ae.75.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0311c1d5f84c4a96438b1b560d8790d271bed65c25ec4944f8287b822c323be
3
+ size 5497
runs/Oct28_01-30-32_30c17ee4f2ae/events.out.tfevents.1666920850.30c17ee4f2ae.75.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baa15ff937173e04f6390493479592dc62a7ac220c05c965d11eae0e87b3cc69
3
+ size 311
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b369e606f49c143042b5d0db64d5c5d94ad8cfe52eb90f05906063b935454ac
3
+ size 3439