Update README.md
Browse files
README.md
CHANGED
@@ -5,12 +5,19 @@ language:
|
|
5 |
base_model:
|
6 |
- meta-llama/Llama-3.1-8B-Instruct
|
7 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
-
#
|
10 |
|
11 |
## Overview
|
12 |
|
13 |
-
The **
|
14 |
|
15 |
This model supports a wide range of educational applications, from summarization to personalized study guide generation, and has been optimized for efficiency with 4-bit quantization.
|
16 |
|
@@ -130,17 +137,20 @@ To generate high-quality educational content tailored for diverse academic needs
|
|
130 |
If you use this model in your work, please cite it as follows:
|
131 |
|
132 |
```bibtex
|
133 |
-
@misc{
|
134 |
-
title={169Pi/
|
135 |
author={169Pi},
|
136 |
year={2024},
|
137 |
publisher={Hugging Face},
|
138 |
-
url={https://huggingface.co/169Pi/
|
139 |
}
|
140 |
```
|
141 |
|
142 |
---
|
143 |
|
|
|
|
|
|
|
144 |
## Contact
|
145 |
|
146 |
For inquiries or technical support, please contact:
|
|
|
5 |
base_model:
|
6 |
- meta-llama/Llama-3.1-8B-Instruct
|
7 |
pipeline_tag: text-generation
|
8 |
+
tags:
|
9 |
+
- 4-bit
|
10 |
+
- NeuroBit
|
11 |
+
- EducationalLLM
|
12 |
+
- LoRA
|
13 |
+
- PEFT
|
14 |
+
- Quantization
|
15 |
---
|
16 |
+
# NeuroBit LLM
|
17 |
|
18 |
## Overview
|
19 |
|
20 |
+
The **Neurobit LLM** is a state-of-the-art fine-tuned model derived from **Meta-Llama-3.1-8B-bnb-4bit**, purpose-built to deliver high-quality educational content. Designed to meet the needs of students and educators, this model leverages advanced techniques, including **LoRA**, **PEFT**, and **RSLoRA**, to generate accurate, contextually relevant, and engaging outputs. We're naming it **NeuroBit-1.0-Exp** to signify its status as an experimental prototype, pushing the boundaries of innovation.
|
21 |
|
22 |
This model supports a wide range of educational applications, from summarization to personalized study guide generation, and has been optimized for efficiency with 4-bit quantization.
|
23 |
|
|
|
137 |
If you use this model in your work, please cite it as follows:
|
138 |
|
139 |
```bibtex
|
140 |
+
@misc{169Pi_neurobit_llm,
|
141 |
+
title={169Pi/neurobit_llm: Fine-Tuned Educational Model},
|
142 |
author={169Pi},
|
143 |
year={2024},
|
144 |
publisher={Hugging Face},
|
145 |
+
url={https://huggingface.co/169Pi/neurobit_llm}
|
146 |
}
|
147 |
```
|
148 |
|
149 |
---
|
150 |
|
151 |
+
## Blog
|
152 |
+
https://169pi.ai/research/efficient-4-bit-ai-models%3A-quantization-and-lora-for-scalable-educational-deployment
|
153 |
+
|
154 |
## Contact
|
155 |
|
156 |
For inquiries or technical support, please contact:
|