Instructions to use laquythang/e4c65784-ac5d-438c-9e1a-2ff5b592fad3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use laquythang/e4c65784-ac5d-438c-9e1a-2ff5b592fad3 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Maykeye/TinyLLama-v0") model = PeftModel.from_pretrained(base_model, "laquythang/e4c65784-ac5d-438c-9e1a-2ff5b592fad3") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files- README.md +4 -4
- adapter_config.json +5 -5
- adapter_model.bin +1 -1
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -105,7 +105,7 @@ xformers_attention: null
|
|
| 105 |
|
| 106 |
This model is a fine-tuned version of [Maykeye/TinyLLama-v0](https://huggingface.co/Maykeye/TinyLLama-v0) on the None dataset.
|
| 107 |
It achieves the following results on the evaluation set:
|
| 108 |
-
- Loss: 8.
|
| 109 |
|
| 110 |
## Model description
|
| 111 |
|
|
@@ -140,9 +140,9 @@ The following hyperparameters were used during training:
|
|
| 140 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 141 |
|:-------------:|:------:|:----:|:---------------:|
|
| 142 |
| 8.9009 | 0.0004 | 1 | 8.5327 |
|
| 143 |
-
| 8.
|
| 144 |
-
| 8.
|
| 145 |
-
| 8.
|
| 146 |
|
| 147 |
|
| 148 |
### Framework versions
|
|
|
|
| 105 |
|
| 106 |
This model is a fine-tuned version of [Maykeye/TinyLLama-v0](https://huggingface.co/Maykeye/TinyLLama-v0) on the None dataset.
|
| 107 |
It achieves the following results on the evaluation set:
|
| 108 |
+
- Loss: 8.3100
|
| 109 |
|
| 110 |
## Model description
|
| 111 |
|
|
|
|
| 140 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 141 |
|:-------------:|:------:|:----:|:---------------:|
|
| 142 |
| 8.9009 | 0.0004 | 1 | 8.5327 |
|
| 143 |
+
| 8.9808 | 0.0013 | 3 | 8.5248 |
|
| 144 |
+
| 8.7058 | 0.0026 | 6 | 8.4387 |
|
| 145 |
+
| 8.0435 | 0.0038 | 9 | 8.3100 |
|
| 146 |
|
| 147 |
|
| 148 |
### Framework versions
|
adapter_config.json
CHANGED
|
@@ -20,13 +20,13 @@
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
-
"
|
| 24 |
-
"down_proj",
|
| 25 |
-
"up_proj",
|
| 26 |
-
"q_proj",
|
| 27 |
"o_proj",
|
| 28 |
"k_proj",
|
| 29 |
-
"
|
|
|
|
|
|
|
|
|
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": false,
|
|
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
+
"v_proj",
|
|
|
|
|
|
|
|
|
|
| 24 |
"o_proj",
|
| 25 |
"k_proj",
|
| 26 |
+
"up_proj",
|
| 27 |
+
"down_proj",
|
| 28 |
+
"gate_proj",
|
| 29 |
+
"q_proj"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": false,
|
adapter_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 793738
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48b915b3731e3b225fc4000896de6aa63bf6aba7d6baa5f2021fac2ae7c5aea3
|
| 3 |
size 793738
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 767856
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ec1241a27264a4a01bbb34044633f460a05839fdbbc3803c3ff89a4abcf4f49
|
| 3 |
size 767856
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6776
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca57a7f19ce3bff51206cc835b0ca5be2e6264eefdd0b0a672534122784ff74e
|
| 3 |
size 6776
|