End of training
Browse files
README.md
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
---
|
| 2 |
base_model: facebook/opt-350m
|
| 3 |
datasets:
|
| 4 |
-
-
|
| 5 |
library_name: peft
|
| 6 |
license: other
|
| 7 |
tags:
|
|
|
|
| 8 |
- trl
|
| 9 |
- sft
|
| 10 |
- generated_from_trainer
|
|
@@ -18,7 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
# opt350
|
| 20 |
|
| 21 |
-
This model is a fine-tuned version of [facebook/opt-350m](https://huggingface.co/facebook/opt-350m) on the
|
|
|
|
|
|
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
|
|
| 1 |
---
|
| 2 |
base_model: facebook/opt-350m
|
| 3 |
datasets:
|
| 4 |
+
- HuggingFaceH4/ultrachat_200k
|
| 5 |
library_name: peft
|
| 6 |
license: other
|
| 7 |
tags:
|
| 8 |
+
- alignment-handbook
|
| 9 |
- trl
|
| 10 |
- sft
|
| 11 |
- generated_from_trainer
|
|
|
|
| 19 |
|
| 20 |
# opt350
|
| 21 |
|
| 22 |
+
This model is a fine-tuned version of [facebook/opt-350m](https://huggingface.co/facebook/opt-350m) on the HuggingFaceH4/ultrachat_200k dataset.
|
| 23 |
+
It achieves the following results on the evaluation set:
|
| 24 |
+
- Loss: 1.7869
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
all_results.json
CHANGED
|
@@ -1,5 +1,10 @@
|
|
| 1 |
{
|
| 2 |
"epoch": 0.9999380306128772,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
"total_flos": 4248659495485440.0,
|
| 4 |
"train_loss": 0.0,
|
| 5 |
"train_runtime": 0.0126,
|
|
|
|
| 1 |
{
|
| 2 |
"epoch": 0.9999380306128772,
|
| 3 |
+
"eval_loss": 1.7869231700897217,
|
| 4 |
+
"eval_runtime": 154.2674,
|
| 5 |
+
"eval_samples": 23109,
|
| 6 |
+
"eval_samples_per_second": 92.56,
|
| 7 |
+
"eval_steps_per_second": 5.789,
|
| 8 |
"total_flos": 4248659495485440.0,
|
| 9 |
"train_loss": 0.0,
|
| 10 |
"train_runtime": 0.0126,
|
config.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "facebook/opt-350m",
|
| 3 |
+
"_remove_final_layer_norm": false,
|
| 4 |
+
"activation_dropout": 0.0,
|
| 5 |
+
"activation_function": "relu",
|
| 6 |
+
"architectures": [
|
| 7 |
+
"OPTForCausalLM"
|
| 8 |
+
],
|
| 9 |
+
"attention_dropout": 0.0,
|
| 10 |
+
"bos_token_id": 2,
|
| 11 |
+
"do_layer_norm_before": false,
|
| 12 |
+
"dropout": 0.1,
|
| 13 |
+
"enable_bias": true,
|
| 14 |
+
"eos_token_id": 2,
|
| 15 |
+
"ffn_dim": 4096,
|
| 16 |
+
"hidden_size": 1024,
|
| 17 |
+
"init_std": 0.02,
|
| 18 |
+
"layer_norm_elementwise_affine": true,
|
| 19 |
+
"layerdrop": 0.0,
|
| 20 |
+
"max_position_embeddings": 2048,
|
| 21 |
+
"model_type": "opt",
|
| 22 |
+
"num_attention_heads": 16,
|
| 23 |
+
"num_hidden_layers": 24,
|
| 24 |
+
"pad_token_id": 1,
|
| 25 |
+
"prefix": "</s>",
|
| 26 |
+
"torch_dtype": "bfloat16",
|
| 27 |
+
"transformers_version": "4.45.0",
|
| 28 |
+
"use_cache": true,
|
| 29 |
+
"vocab_size": 50272,
|
| 30 |
+
"word_embed_proj_dim": 512
|
| 31 |
+
}
|
eval_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 0.9999380306128772,
|
| 3 |
+
"eval_loss": 1.7869231700897217,
|
| 4 |
+
"eval_runtime": 154.2674,
|
| 5 |
+
"eval_samples": 23109,
|
| 6 |
+
"eval_samples_per_second": 92.56,
|
| 7 |
+
"eval_steps_per_second": 5.789
|
| 8 |
+
}
|
runs/Nov05_10-54-00_gnode007.cluster/events.out.tfevents.1730833007.gnode007.cluster.1852419.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e5f892e2c2f2ab7ac09de4d3480e7b2c6180399c2977c0987af7082f2a46fe4
|
| 3 |
+
size 359
|