Abubakari commited on
Commit
f990b5e
1 Parent(s): 4e89b7b

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "label2id": {
18
+ "LABEL_0": 0,
19
+ "LABEL_1": 1,
20
+ "LABEL_2": 2
21
+ },
22
+ "max_position_embeddings": 512,
23
+ "model_type": "distilbert",
24
+ "n_heads": 12,
25
+ "n_layers": 6,
26
+ "pad_token_id": 0,
27
+ "problem_type": "single_label_classification",
28
+ "qa_dropout": 0.1,
29
+ "seq_classif_dropout": 0.2,
30
+ "sinusoidal_pos_embds": false,
31
+ "tie_weights_": true,
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.28.1",
34
+ "vocab_size": 30522
35
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:232cdb54b0b74679c8b51148e9cc99f54262cdfdf681d884b9e6a8af3bcb8071
3
+ size 267858605
runs/Apr25_19-00-41_1101d97f1245/1682449941.9968894/events.out.tfevents.1682449941.1101d97f1245.865.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90b41f07d599eeb40b75a4c843956a86aed329fb81a702c7fee81968479d60c6
3
+ size 5912
runs/Apr25_19-00-41_1101d97f1245/events.out.tfevents.1682449941.1101d97f1245.865.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ca41e0d7765b9dc4a1e2886e72b9a650cc0dc1012e528dd355f84fc41a4eec5
3
+ size 4421
runs/Apr25_19-00-41_1101d97f1245/events.out.tfevents.1682450157.1101d97f1245.865.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1625cbb0bfd3596cd73a71d6cc31ed3ac3b11b214adbe53b3d519f4a21260f74
3
+ size 407
runs/Apr25_19-47-48_1101d97f1245/1682452110.285981/events.out.tfevents.1682452110.1101d97f1245.865.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf5dded6298557b162f63415501fb5a1b3d2991d95863e6ac006951b9cd82346
3
+ size 5912
runs/Apr25_19-47-48_1101d97f1245/events.out.tfevents.1682452110.1101d97f1245.865.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:269774d1ab55b4e4d1c25d60e63d724548fd4266dab04f70aa26a66c23a8ac69
3
+ size 4592
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95353380786475a41cc79cba373167d6010b7c89c14adc52888fc2d719285765
3
+ size 3835