Update README.md
Browse files
README.md
CHANGED
@@ -1,16 +1,27 @@
|
|
1 |
-
---
|
2 |
-
base_model: unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit
|
3 |
-
language:
|
4 |
-
- en
|
5 |
-
license:
|
6 |
-
tags:
|
7 |
-
- text-generation-inference
|
8 |
-
- transformers
|
9 |
-
- unsloth
|
10 |
-
- llama
|
11 |
-
- trl
|
12 |
-
- sft
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
# Uploaded model
|
16 |
|
@@ -20,4 +31,4 @@ tags:
|
|
20 |
|
21 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
22 |
|
23 |
-
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
1 |
+
---
|
2 |
+
base_model: unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: mit
|
6 |
+
tags:
|
7 |
+
- text-generation-inference
|
8 |
+
- transformers
|
9 |
+
- unsloth
|
10 |
+
- llama
|
11 |
+
- trl
|
12 |
+
- sft
|
13 |
+
datasets:
|
14 |
+
- ai-maker-space/acronyms_and_initialisms_translated
|
15 |
+
---
|
16 |
+
|
17 |
+
## Overview
|
18 |
+
|
19 |
+
This model is a fine-tuned version of the **Meta LLaMA 3.1 8B Instruct** model.
|
20 |
+
It has been fine-tuned using the [Unsloth library](https://huggingface.co/unsloth) with **4-bit quantization** for efficient inference and deployment.
|
21 |
+
The fine-tuning process utilized a synthetic dataset from **@AI Maker Space** consisting of acronyms and their expanded forms in English and was performed using the LoRA (Low-Rank Adaptation) technique, specifically designed for instruction-based tasks.
|
22 |
+
It can be easily deployed in low-resource environments thanks to the 4-bit quantization.
|
23 |
+
|
24 |
+
|
25 |
|
26 |
# Uploaded model
|
27 |
|
|
|
31 |
|
32 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
33 |
|
34 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|