End of training
Browse files- README.md +3 -3
- config.json +46 -1
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
- Loss: 2.
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
@@ -45,8 +45,8 @@ The following hyperparameters were used during training:
|
|
| 45 |
|
| 46 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 47 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 48 |
-
| 2.
|
| 49 |
-
| 2.
|
| 50 |
|
| 51 |
|
| 52 |
### Framework versions
|
|
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- Loss: 2.0078
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
|
|
| 45 |
|
| 46 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 47 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 48 |
+
| 2.2204 | 1.0 | 342 | 2.1990 |
|
| 49 |
+
| 2.0238 | 2.0 | 684 | 2.0078 |
|
| 50 |
|
| 51 |
|
| 52 |
### Framework versions
|
config.json
CHANGED
|
@@ -1 +1,46 @@
|
|
| 1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"activation_dropout": 0.0,
|
| 3 |
+
"activation_function": "gelu",
|
| 4 |
+
"architectures": [
|
| 5 |
+
"BartForConditionalGeneration"
|
| 6 |
+
],
|
| 7 |
+
"attention_dropout": 0.0,
|
| 8 |
+
"attention_heads": 8,
|
| 9 |
+
"bos_token_id": 1,
|
| 10 |
+
"classifier_dropout": 0.0,
|
| 11 |
+
"d_model": 256,
|
| 12 |
+
"decoder_attention_heads": 16,
|
| 13 |
+
"decoder_ffn_dim": 4096,
|
| 14 |
+
"decoder_layerdrop": 0.0,
|
| 15 |
+
"decoder_layers": 4,
|
| 16 |
+
"decoder_start_token_id": 2,
|
| 17 |
+
"dropout": 0.1,
|
| 18 |
+
"encoder_attention_heads": 16,
|
| 19 |
+
"encoder_ffn_dim": 4096,
|
| 20 |
+
"encoder_layerdrop": 0.0,
|
| 21 |
+
"encoder_layers": 4,
|
| 22 |
+
"eos_token_id": 2,
|
| 23 |
+
"ff_dropout": 0.1,
|
| 24 |
+
"forced_eos_token_id": 2,
|
| 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 |
+
"max_position_embeddings": 256,
|
| 38 |
+
"model_type": "bart",
|
| 39 |
+
"num_hidden_layers": 4,
|
| 40 |
+
"pad_token_id": 0,
|
| 41 |
+
"scale_embedding": false,
|
| 42 |
+
"torch_dtype": "float32",
|
| 43 |
+
"transformers_version": "4.47.1",
|
| 44 |
+
"use_cache": true,
|
| 45 |
+
"vocab_size": 97
|
| 46 |
+
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 80573244
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba9d51d065e9054ae4bf7a2fc96364ac469e9ab4fe1b0ca5fbbb000565f69fc6
|
| 3 |
size 80573244
|