Commit ·
463c5dd
1
Parent(s): 36bcfc7
Training in progress, step 500
Browse files- .gitignore +1 -0
- config.json +52 -0
- merges.txt +0 -0
- pytorch_model.bin +3 -0
- runs/Feb17_02-18-38_f44f672f7d50/1676600333.511976/events.out.tfevents.1676600333.f44f672f7d50.375.1 +3 -0
- runs/Feb17_02-18-38_f44f672f7d50/events.out.tfevents.1676600333.f44f672f7d50.375.0 +3 -0
- special_tokens_map.json +15 -0
- tokenizer.json +0 -0
- tokenizer_config.json +16 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "facebook/bart-large-mnli",
|
| 3 |
+
"_num_labels": 3,
|
| 4 |
+
"activation_dropout": 0.0,
|
| 5 |
+
"activation_function": "gelu",
|
| 6 |
+
"add_final_layer_norm": false,
|
| 7 |
+
"architectures": [
|
| 8 |
+
"BartForSequenceClassification"
|
| 9 |
+
],
|
| 10 |
+
"attention_dropout": 0.0,
|
| 11 |
+
"bos_token_id": 0,
|
| 12 |
+
"classif_dropout": 0.0,
|
| 13 |
+
"classifier_dropout": 0.0,
|
| 14 |
+
"d_model": 1024,
|
| 15 |
+
"decoder_attention_heads": 16,
|
| 16 |
+
"decoder_ffn_dim": 4096,
|
| 17 |
+
"decoder_layerdrop": 0.0,
|
| 18 |
+
"decoder_layers": 12,
|
| 19 |
+
"decoder_start_token_id": 2,
|
| 20 |
+
"dropout": 0.1,
|
| 21 |
+
"encoder_attention_heads": 16,
|
| 22 |
+
"encoder_ffn_dim": 4096,
|
| 23 |
+
"encoder_layerdrop": 0.0,
|
| 24 |
+
"encoder_layers": 12,
|
| 25 |
+
"eos_token_id": 2,
|
| 26 |
+
"forced_eos_token_id": 2,
|
| 27 |
+
"gradient_checkpointing": false,
|
| 28 |
+
"id2label": {
|
| 29 |
+
"0": "contradiction",
|
| 30 |
+
"1": "neutral",
|
| 31 |
+
"2": "entailment"
|
| 32 |
+
},
|
| 33 |
+
"init_std": 0.02,
|
| 34 |
+
"is_encoder_decoder": true,
|
| 35 |
+
"label2id": {
|
| 36 |
+
"contradiction": 0,
|
| 37 |
+
"entailment": 2,
|
| 38 |
+
"neutral": 1
|
| 39 |
+
},
|
| 40 |
+
"max_position_embeddings": 1024,
|
| 41 |
+
"model_type": "bart",
|
| 42 |
+
"normalize_before": false,
|
| 43 |
+
"num_hidden_layers": 12,
|
| 44 |
+
"output_past": false,
|
| 45 |
+
"pad_token_id": 1,
|
| 46 |
+
"problem_type": "single_label_classification",
|
| 47 |
+
"scale_embedding": false,
|
| 48 |
+
"torch_dtype": "float32",
|
| 49 |
+
"transformers_version": "4.26.1",
|
| 50 |
+
"use_cache": true,
|
| 51 |
+
"vocab_size": 50265
|
| 52 |
+
}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f7607f3f251856e1bef7f923e3f48c38a08191fd1146eb89c1019a8aba45d14
|
| 3 |
+
size 1629551961
|
runs/Feb17_02-18-38_f44f672f7d50/1676600333.511976/events.out.tfevents.1676600333.f44f672f7d50.375.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ae5c21cf0aa7629d94102efd044a8e2d259447d651bce1f3382b50e3908e4e3
|
| 3 |
+
size 5701
|
runs/Feb17_02-18-38_f44f672f7d50/events.out.tfevents.1676600333.f44f672f7d50.375.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e957f0c9b1cc7f4a3acdd3d0cb7cc2ec916b83b3a6f5a77f10b5c7f5b6b75813
|
| 3 |
+
size 7769
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": "<s>",
|
| 3 |
+
"cls_token": "<s>",
|
| 4 |
+
"eos_token": "</s>",
|
| 5 |
+
"mask_token": {
|
| 6 |
+
"content": "<mask>",
|
| 7 |
+
"lstrip": true,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false
|
| 11 |
+
},
|
| 12 |
+
"pad_token": "<pad>",
|
| 13 |
+
"sep_token": "</s>",
|
| 14 |
+
"unk_token": "<unk>"
|
| 15 |
+
}
|
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 |
+
"add_prefix_space": false,
|
| 3 |
+
"bos_token": "<s>",
|
| 4 |
+
"cls_token": "<s>",
|
| 5 |
+
"eos_token": "</s>",
|
| 6 |
+
"errors": "replace",
|
| 7 |
+
"mask_token": "<mask>",
|
| 8 |
+
"model_max_length": 1024,
|
| 9 |
+
"name_or_path": "facebook/bart-large-mnli",
|
| 10 |
+
"pad_token": "<pad>",
|
| 11 |
+
"sep_token": "</s>",
|
| 12 |
+
"special_tokens_map_file": null,
|
| 13 |
+
"tokenizer_class": "BartTokenizer",
|
| 14 |
+
"trim_offsets": true,
|
| 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:0d2b26c36d84d2a0c8ac3045995774470f619a841c223a219d5836e2ca19a91d
|
| 3 |
+
size 3515
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|