Instructions to use Yan777/trained_weigths with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Yan777/trained_weigths with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-chat-hf") model = PeftModel.from_pretrained(base_model, "Yan777/trained_weigths") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [meta-llama/Llama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) on the None dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
-
- Loss: 0.
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -37,7 +37,7 @@ More information needed
|
|
| 37 |
|
| 38 |
The following hyperparameters were used during training:
|
| 39 |
- learning_rate: 0.0002
|
| 40 |
-
- train_batch_size:
|
| 41 |
- eval_batch_size: 8
|
| 42 |
- seed: 42
|
| 43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
|
@@ -48,12 +48,12 @@ The following hyperparameters were used during training:
|
|
| 48 |
|
| 49 |
### Training results
|
| 50 |
|
| 51 |
-
| Training Loss | Epoch | Step
|
| 52 |
-
|:-------------:|:-----:|:----
|
| 53 |
-
| 0.
|
| 54 |
-
| 0.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
|
| 58 |
|
| 59 |
### Framework versions
|
|
|
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [meta-llama/Llama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) on the None dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
+
- Loss: 0.6810
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 37 |
|
| 38 |
The following hyperparameters were used during training:
|
| 39 |
- learning_rate: 0.0002
|
| 40 |
+
- train_batch_size: 32
|
| 41 |
- eval_batch_size: 8
|
| 42 |
- seed: 42
|
| 43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
|
|
|
| 48 |
|
| 49 |
### Training results
|
| 50 |
|
| 51 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
| 52 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
| 53 |
+
| 0.5761 | 1.0 | 755 | 0.6937 |
|
| 54 |
+
| 0.5945 | 2.0 | 1510 | 0.6818 |
|
| 55 |
+
| 0.5896 | 3.0 | 2265 | 0.6801 |
|
| 56 |
+
| 0.609 | 4.0 | 3020 | 0.6810 |
|
| 57 |
|
| 58 |
|
| 59 |
### Framework versions
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1182877280
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9a7e72fda1a5bdafb6f8695c59913d5b1cb540204c80a58f21d0af7d1deb0ad
|
| 3 |
size 1182877280
|
runs/Apr09_07-34-24_DESKTOP-5GR7SN9/events.out.tfevents.1712619271.DESKTOP-5GR7SN9.21868.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8dd089327c9f0b2548340fb0d45c957ca514e4378e4b6c0b29c5de105247696b
|
| 3 |
+
size 18592
|
runs/Apr09_09-11-15_DESKTOP-5GR7SN9/events.out.tfevents.1712625082.DESKTOP-5GR7SN9.21868.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:861ecfd7938b7087671d85ee71280a90c70fa4df29a865541993d659f447f964
|
| 3 |
+
size 31794
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4920
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d8e61d934677e049031839f2415d60bb8548c3c1e6a993a1be68d3c749c40721
|
| 3 |
size 4920
|