Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ base_model:
|
|
16 |
|
17 |
The **Lumo-8B-Instruct** model is a fine-tuned version of Meta's LLaMa 3.1 8B model designed to provide highly accurate and contextual assistance for developers working on Solana and its associated ecosystems. This model is capable of answering complex questions, generating code snippets, debugging, and explaining technical concepts using state-of-the-art **instruction tuning** techniques.
|
18 |
|
19 |
-
**(Knowledge cut-off date:
|
20 |
|
21 |
### 🎯 **Key Features**
|
22 |
- Optimized for **Solana-specific queries** across ecosystems like Raydium, Helius, Jito, and more.
|
@@ -57,15 +57,7 @@ The model was fine-tuned using parameter-efficient methods with **LoRA** to adap
|
|
57 |
```
|
58 |
|
59 |
### **Dataset Sources**
|
60 |
-
|
61 |
-
|
62 |
-
| Source | Links |
|
63 |
-
|--------------------|--------------------------------------------------------------------------------|
|
64 |
-
| **Solana Docs** | [Documentation](https://solana.com/docs), [Cookbook](https://solana.com/developers/cookbook) |
|
65 |
-
| **Raydium Docs** | [Documentation](https://docs.raydium.io/raydium) |
|
66 |
-
| **Helius** | [Docs](https://docs.helius.dev) |
|
67 |
-
| **QuickNode** | [Docs](https://www.quicknode.com/docs/solana) |
|
68 |
-
| **Magic Eden** | [Docs](https://docs.magiceden.io) |
|
69 |
|
70 |
---
|
71 |
|
|
|
16 |
|
17 |
The **Lumo-8B-Instruct** model is a fine-tuned version of Meta's LLaMa 3.1 8B model designed to provide highly accurate and contextual assistance for developers working on Solana and its associated ecosystems. This model is capable of answering complex questions, generating code snippets, debugging, and explaining technical concepts using state-of-the-art **instruction tuning** techniques.
|
18 |
|
19 |
+
**(Knowledge cut-off date: 29th January, 2025)**
|
20 |
|
21 |
### 🎯 **Key Features**
|
22 |
- Optimized for **Solana-specific queries** across ecosystems like Raydium, Helius, Jito, and more.
|
|
|
57 |
```
|
58 |
|
59 |
### **Dataset Sources**
|
60 |
+
It is built over Lumo-Novel-Instruct dataset, refer to [this page](https://huggingface.co/datasets/lumolabs-ai/Lumo-Novel-DS-Instruct) for more details.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
|
62 |
---
|
63 |
|