Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
---
|
2 |
base_model: unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit
|
3 |
library_name: transformers
|
4 |
-
model_name:
|
|
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
- unsloth
|
@@ -15,6 +16,9 @@ licence: license
|
|
15 |
This model is a fine-tuned version of [unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit](https://huggingface.co/unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit).
|
16 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
17 |
|
|
|
|
|
|
|
18 |
## Quick start
|
19 |
|
20 |
```python
|
|
|
1 |
---
|
2 |
base_model: unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit
|
3 |
library_name: transformers
|
4 |
+
model_name: pr4nav101/Llama-3.1-8B-4bit-bnb-Math-Finetuned
|
5 |
+
dataset: pr4nav101/math_coding_dataset_for_finetuning.
|
6 |
tags:
|
7 |
- generated_from_trainer
|
8 |
- unsloth
|
|
|
16 |
This model is a fine-tuned version of [unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit](https://huggingface.co/unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit).
|
17 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
18 |
|
19 |
+
## Dataset:
|
20 |
+
[pr4nav101/math_coding_dataset_for_finetuning](https://huggingface.co/datasets/pr4nav101/math_coding_dataset_for_finetuning)
|
21 |
+
|
22 |
## Quick start
|
23 |
|
24 |
```python
|