Instructions to use frankmorales2020/Mistral-7B-v0.1_AviationQA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use frankmorales2020/Mistral-7B-v0.1_AviationQA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.1") model = PeftModel.from_pretrained(base_model, "frankmorales2020/Mistral-7B-v0.1_AviationQA") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files
README.md
CHANGED
|
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.1](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1) on the None dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
-
- Loss:
|
| 23 |
-
- Bleu: 0.
|
| 24 |
-
- F1: 0.
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
@@ -53,12 +53,13 @@ The following hyperparameters were used during training:
|
|
| 53 |
|
| 54 |
### Training results
|
| 55 |
|
| 56 |
-
| Training Loss | Epoch | Step | Validation Loss | Bleu
|
| 57 |
-
|:-------------:|:-----:|:----:|:---------------:|:----:|:------:|
|
| 58 |
-
|
|
| 59 |
-
|
|
| 60 |
-
|
|
| 61 |
-
|
|
|
|
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
|
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.1](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1) on the None dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 4.8939
|
| 23 |
+
- Bleu: 0.4256
|
| 24 |
+
- F1: 0.9813
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
|
|
| 53 |
|
| 54 |
### Training results
|
| 55 |
|
| 56 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | F1 |
|
| 57 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
|
| 58 |
+
| 6.5778 | 1.0 | 25 | 4.9328 | 0.2183 | 0.9821 |
|
| 59 |
+
| 4.9001 | 2.0 | 50 | 4.8955 | 0.3297 | 0.9820 |
|
| 60 |
+
| 4.8728 | 3.0 | 75 | 4.8911 | 0.4116 | 0.9816 |
|
| 61 |
+
| 4.8634 | 4.0 | 100 | 4.8931 | 0.4004 | 0.9813 |
|
| 62 |
+
| 4.8598 | 5.0 | 125 | 4.8939 | 0.4256 | 0.9813 |
|
| 63 |
|
| 64 |
|
| 65 |
### Framework versions
|