carblacac commited on
Commit
8081f5b
1 Parent(s): 0ea8707

End of training

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.18.0",
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:905e547937e0b6316c5989603aeb9dfe4f67682ab406cf7f04c0500b82f8624c
3
+ size 267852913
runs/Jun08_19-48-06_carlos-HP-250-G6-Notebook-PC/1654710496.3180265/events.out.tfevents.1654710496.carlos-HP-250-G6-Notebook-PC.324912.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a76d586ab7be5fcc4c7d144c5e498a5f478c7c14607092ce3dcf26d0325dcc3
3
+ size 4880
runs/Jun08_19-48-06_carlos-HP-250-G6-Notebook-PC/events.out.tfevents.1654710496.carlos-HP-250-G6-Notebook-PC.324912.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43d7dfad41efac4a00da496a5193336b5b63a3cead086872c162966dc7c38842
3
+ size 3478
runs/Jun08_19-51-20_carlos-HP-250-G6-Notebook-PC/1654710689.1177182/events.out.tfevents.1654710689.carlos-HP-250-G6-Notebook-PC.325744.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0aca0692df2a978ecaf068492aede260e493d6ddd35181a7a070547e3ee1a307
3
+ size 4880
runs/Jun08_19-51-20_carlos-HP-250-G6-Notebook-PC/events.out.tfevents.1654710689.carlos-HP-250-G6-Notebook-PC.325744.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53f1f0c68d117a3e11122e26c0fd20eca50fce91af7afbbbebfa296154a31ce7
3
+ size 5272
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "distilbert-base-uncased-finetuned-sst-2-english", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "DistilBertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4e2c50d9b541a75f362acc18d0fdd1d86ec4735820cb3bfc7a02e6c880b157e
3
+ size 3055
vocab.txt ADDED
The diff for this file is too large to render. See raw diff