anvayS commited on
Commit
b5c656e
1 Parent(s): bdb4b1a

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased-finetuned-sst-2-english",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "finetuning_task": "sst-2",
11
+ "hidden_dim": 3072,
12
+ "id2label": {
13
+ "0": "NEGATIVE",
14
+ "1": "POSITIVE"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "label2id": {
18
+ "NEGATIVE": 0,
19
+ "POSITIVE": 1
20
+ },
21
+ "max_position_embeddings": 512,
22
+ "model_type": "distilbert",
23
+ "n_heads": 12,
24
+ "n_layers": 6,
25
+ "output_past": true,
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.19.4",
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:580e2d52f4b3bf6217d9754c7f42fd2c85c3c0577b69710dc271335f51bb3b32
3
+ size 267854321
runs/Jun13_07-46-59_db7bb0dbef79/1655106433.8030257/events.out.tfevents.1655106433.db7bb0dbef79.941.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a01cbe4ff89682b863981f1fccc0a9bc91aaab87ccae4a1479a8c61dd4368eea
3
+ size 5175
runs/Jun13_07-46-59_db7bb0dbef79/events.out.tfevents.1655106433.db7bb0dbef79.941.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34b7e7827e1efc4089588cd878dafceddca695a7263b7f33b7ed6b8f58483947
3
+ size 3776
runs/Jun13_07-50-01_db7bb0dbef79/1655106621.9394476/events.out.tfevents.1655106621.db7bb0dbef79.941.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b11531959c04bba5a1a96b34dc5924746f54833084d3f6d4f7b43159650ba951
3
+ size 5175
runs/Jun13_07-50-01_db7bb0dbef79/events.out.tfevents.1655106621.db7bb0dbef79.941.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3af4751dafbde726f4f7706b939158a778dcb7b851a4f95255aa39e43581e1b2
3
+ size 4774
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:918e87a5f9a3a37a63788402d8f185a4460d51b8f5b478e5e410a9d4d5a613f4
3
+ size 3183