Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: unsloth/gemma-1.1-2b-it-bnb-4bit
|
| 3 |
+
datasets:
|
| 4 |
+
- ssbuild/alpaca_flan-muffin
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
library_name: peft
|
| 8 |
+
license: apache-2.0
|
| 9 |
+
pipeline_tag: text-generation
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Xenith
|
| 13 |
+
Welcome to the Xenith Model repository! This model is fine-tuned for advanced text generation tasks, built on top of the unsloth/gemma-1.1-2b-it-bnb-4bit base model, and further enhanced using the ssbuild/alpaca_flan-muffin dataset. The model is designed to provide high-quality and coherent text generation in English.
|
| 14 |
+
|
| 15 |
+
## Introduction
|
| 16 |
+
The Xenith Model is a powerful text generation model built using the PEFT (Parameter-Efficient Fine-Tuning) library. It leverages the strengths of the unsloth/gemma-1.1-2b-it-bnb-4bit model and is fine-tuned on the ssbuild/alpaca_flan-muffin dataset. Xenith is designed to perform well across a variety of text generation tasks, delivering consistent and high-quality outputs.
|
| 17 |
+
|
| 18 |
+
## Features
|
| 19 |
+
- Efficient Text Generation: Powered by a 2 billion parameter model optimized for text generation tasks.
|
| 20 |
+
- Fine-Tuned Performance: Enhanced through fine-tuning on the ssbuild/alpaca_flan-muffin dataset for better contextual understanding and response accuracy.
|
| 21 |
+
- Compact and Fast: Uses 4-bit quantization for faster inference and lower memory usage without compromising quality.
|
| 22 |
+
- Open Source: Licensed under the Apache-2.0 license, making it free to use, modify, and distribute.
|
| 23 |
+
|
| 24 |
+
# Model Details
|
| 25 |
+
- Base Model: unsloth/gemma-1.1-2b-it-bnb-4bit
|
| 26 |
+
- Fine-tuning Dataset: ssbuild/alpaca_flan-muffin
|
| 27 |
+
- Language: English
|
| 28 |
+
- Library: PEFT (Parameter-Efficient Fine-Tuning)
|
| 29 |
+
- License: Apache-2.0
|
| 30 |
+
|
| 31 |
+
# Dataset
|
| 32 |
+
The Xenith Model is fine-tuned using the ssbuild/alpaca_flan-muffin dataset. This dataset is known for its diverse and high-quality examples, making it ideal for training models that require nuanced understanding and contextual accuracy.
|