Training in progress, epoch 1
Browse files- config.json +50 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "pascalrai/pretrain_nep_BART",
|
| 3 |
+
"activation_dropout": 0.0,
|
| 4 |
+
"activation_function": "gelu",
|
| 5 |
+
"architectures": [
|
| 6 |
+
"BartForConditionalGeneration"
|
| 7 |
+
],
|
| 8 |
+
"attention_dropout": 0.0,
|
| 9 |
+
"bos_token_id": 0,
|
| 10 |
+
"classifier_dropout": 0.0,
|
| 11 |
+
"d_model": 768,
|
| 12 |
+
"decoder_attention_heads": 6,
|
| 13 |
+
"decoder_ffn_dim": 768,
|
| 14 |
+
"decoder_layerdrop": 0.0,
|
| 15 |
+
"decoder_layers": 6,
|
| 16 |
+
"decoder_start_token_id": 1,
|
| 17 |
+
"do_sample": true,
|
| 18 |
+
"dropout": 0.1,
|
| 19 |
+
"encoder_attention_heads": 6,
|
| 20 |
+
"encoder_ffn_dim": 768,
|
| 21 |
+
"encoder_layerdrop": 0.0,
|
| 22 |
+
"encoder_layers": 6,
|
| 23 |
+
"eos_token_id": 1,
|
| 24 |
+
"forced_eos_token_id": 1,
|
| 25 |
+
"id2label": {
|
| 26 |
+
"0": "LABEL_0",
|
| 27 |
+
"1": "LABEL_1",
|
| 28 |
+
"2": "LABEL_2"
|
| 29 |
+
},
|
| 30 |
+
"init_std": 0.02,
|
| 31 |
+
"is_encoder_decoder": true,
|
| 32 |
+
"label2id": {
|
| 33 |
+
"LABEL_0": 0,
|
| 34 |
+
"LABEL_1": 1,
|
| 35 |
+
"LABEL_2": 2
|
| 36 |
+
},
|
| 37 |
+
"length_penalty": 2.0,
|
| 38 |
+
"max_length": 128,
|
| 39 |
+
"max_position_embeddings": 1000,
|
| 40 |
+
"min_length": 32,
|
| 41 |
+
"model_type": "bart",
|
| 42 |
+
"num_beams": 4,
|
| 43 |
+
"num_hidden_layers": 6,
|
| 44 |
+
"pad_token_id": 3,
|
| 45 |
+
"scale_embedding": false,
|
| 46 |
+
"torch_dtype": "float32",
|
| 47 |
+
"transformers_version": "4.35.0",
|
| 48 |
+
"use_cache": true,
|
| 49 |
+
"vocab_size": 55000
|
| 50 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5fe775663e4cb05ecbc4eba068c10c8c67e400707385d5877e1eee6847a1718b
|
| 3 |
+
size 402350000
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc19340c7d377c581358f4f37d7f3ad6d7db7e7d3bac6a1d63cc4e6d69d04790
|
| 3 |
+
size 4536
|