joshnielsen876 commited on
Commit
e5be41a
1 Parent(s): 64c2354

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Impersonal",
13
+ "1": "Past",
14
+ "2": "Present"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "label2id": {
18
+ "Impersonal": 0,
19
+ "Past": 1,
20
+ "Present": 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
+ "qa_dropout": 0.1,
28
+ "seq_classif_dropout": 0.2,
29
+ "sinusoidal_pos_embds": false,
30
+ "tie_weights_": true,
31
+ "torch_dtype": "float32",
32
+ "transformers_version": "4.26.1",
33
+ "vocab_size": 30522
34
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d372d51ccdd69870b6223defdc0151cd363bbb2aa2d5a5baf9f9eb0cc6b09d1f
3
+ size 267858605
runs/Aug04_17-57-26_72bb243768a8/1691171860.7399821/events.out.tfevents.1691171860.72bb243768a8.23.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8de9933e1ccf74ba30d64b1444de22e740ac241afe8dcda7b012a762df95d59b
3
+ size 5724
runs/Aug04_17-57-26_72bb243768a8/events.out.tfevents.1691171860.72bb243768a8.23.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38625729f2b6c3082146d1b51bf9b8ed4fbb1628414e3cf5e5282430283e5ce8
3
+ size 3939
runs/Aug04_18-02-36_72bb243768a8/1691172165.14849/events.out.tfevents.1691172165.72bb243768a8.23.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0237f2c1a050b0372dfaf371154bb48333270daffeeb69554f7591dcf113fc05
3
+ size 5724
runs/Aug04_18-02-36_72bb243768a8/events.out.tfevents.1691172165.72bb243768a8.23.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34ef6d7a9e68f4d886912296d027aac57f76243acea54044008b4af5615b9707
3
+ size 40
runs/Aug04_18-03-11_72bb243768a8/1691172200.6595495/events.out.tfevents.1691172200.72bb243768a8.23.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5662588d006fad9c4197a29b8b4a22bb353439a023b8b9b1648fda052db8959
3
+ size 5724
runs/Aug04_18-03-11_72bb243768a8/events.out.tfevents.1691172200.72bb243768a8.23.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5ae864c108f682dc350f2f3e7875ccd997e83067a4133af3e9d1e2cf91bb6d0
3
+ size 4401
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "distilbert-base-uncased",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "DistilBertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d394060b5c8bd51f8203bd42f48ddba96c968b47f3fc5a177c5b013c25162d59
3
+ size 3515
vocab.txt ADDED
The diff for this file is too large to render. See raw diff