Ahmedgr commited on
Commit
e16b2aa
·
1 Parent(s): 0f1a42a

Training in progress, step 6000

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.17.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:1d3e1eed80b6485ddaba4fb545001090cc2c2900442fa79d9facf44cf50a58d7
3
+ size 267860529
runs/Apr04_23-38-01_b593d5719e5b/1649115499.3610725/events.out.tfevents.1649115499.b593d5719e5b.73.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78bf68c6ad3604c03f8328346890aa271b377c059b9c2f9d7e27ce894439cedd
3
+ size 4951
runs/Apr04_23-38-01_b593d5719e5b/events.out.tfevents.1649115499.b593d5719e5b.73.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ce73f4358db3261fdfc50bc6b88659d17b57eb3da011646c44244fd1fcc065b
3
+ size 5817
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64c0409bc5bd8bd5caa7a4165005a6d7b3feb5cd9efa8b2fc3042c8c40d3c29d
3
+ size 3183