Yarn commited on
Commit
9aef62b
1 Parent(s): 1f90d4e

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "typeform/distilbert-base-uncased-mnli",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "finetuning_task": "mnli",
11
+ "hidden_dim": 3072,
12
+ "id2label": {
13
+ "0": "ENTAILMENT",
14
+ "1": "NEUTRAL",
15
+ "2": "CONTRADICTION"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "label2id": {
19
+ "CONTRADICTION": 2,
20
+ "ENTAILMENT": 0,
21
+ "NEUTRAL": 1
22
+ },
23
+ "max_position_embeddings": 512,
24
+ "model_type": "distilbert",
25
+ "n_heads": 12,
26
+ "n_layers": 6,
27
+ "pad_token_id": 0,
28
+ "problem_type": "single_label_classification",
29
+ "qa_dropout": 0.1,
30
+ "seq_classif_dropout": 0.2,
31
+ "sinusoidal_pos_embds": false,
32
+ "tie_weights_": true,
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.20.1",
35
+ "vocab_size": 30522
36
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c76cdc04959edd197d94c3ec182ce23c7553f0781ca5465c53a1d794da07a914
3
+ size 267857393
runs/Jun24_09-04-19_2082eb777475/1656061499.0753088/events.out.tfevents.1656061499.2082eb777475.79.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bded691c2236206a75fc6f70f8e39a95def057734c18f12ae6144c783003453
3
+ size 5303
runs/Jun24_09-04-19_2082eb777475/events.out.tfevents.1656061499.2082eb777475.79.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5cbde67dbebaf7dbc444e71b069328b95bd70b97d3f067970a6c2fa7f509c86
3
+ size 4492
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,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_basic_tokenize": true,
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "name_or_path": "typeform/distilbert-base-uncased-mnli",
8
+ "never_split": null,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "special_tokens_map_file": "/root/.cache/huggingface/transformers/b748f7b782254f27d41010cf9a96031cb0015289165c8ae0ba402d4f12950181.dd8bd9bfd3664b530ea4e645105f557769387b3da9f79bdb55ed556bdd80611d",
12
+ "strip_accents": null,
13
+ "tokenize_chinese_chars": true,
14
+ "tokenizer_class": "DistilBertTokenizer",
15
+ "unk_token": "[UNK]"
16
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1c90c064e7d160c2136d6f0f4c68bda6c31d5f854138fed8b24455bd1ca1a88
3
+ size 3311
vocab.txt ADDED
The diff for this file is too large to render. See raw diff