yaswanth commited on
Commit
248b2a0
1 Parent(s): 30b363b

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.16.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:fc8b79578326a26c36408f905e425252163f1743a7ff6a345f4cbd0e52ae8018
3
+ size 267860081
runs/Mar31_06-05-45_0f431c2a1d94/1648707026.6381505/events.out.tfevents.1648707026.0f431c2a1d94.96.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acb716be7ac7bd487093614e2d554c226c6d1b2eb7eb5d1c18a1010332a677d1
3
+ size 4851
runs/Mar31_06-05-45_0f431c2a1d94/events.out.tfevents.1648707026.0f431c2a1d94.96.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad94acd0d9e46470a0c65938f008b9e92af268d1c9e1c591739181411e75a8c8
3
+ size 3362
runs/Mar31_06-16-20_0f431c2a1d94/1648707404.640205/events.out.tfevents.1648707404.0f431c2a1d94.96.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a18db66c1e829a31d7b63fc9b21cb478d1a552a7c7d51b25868fb730672484b
3
+ size 4851
runs/Mar31_06-16-20_0f431c2a1d94/events.out.tfevents.1648707404.0f431c2a1d94.96.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a6902e58fe864ee7d688af11043742b1750e4f02eed5337767e3b18ec0540fd
3
+ size 4045
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d954dc9e8067c18d0d8bdcda7e8232b16111481ee9ee651e23ec7186b317dc10
3
+ size 3055