Update README.md
Browse files
README.md
CHANGED
@@ -53,6 +53,7 @@ The **Lumo-DeepSeek-R1-8B** model is a fine-tuned version of DeepSeek-R1-Distill
|
|
53 |
### **Training Workflow**
|
54 |
The model was fine-tuned using parameter-efficient methods with **LoRA** to adapt to the Solana-specific domain. Below is a visualization of the training process:
|
55 |
|
|
|
56 |
graph TD
|
57 |
%% Base Model Section
|
58 |
A[Base Model: DeepSeek-R1-Distill-Llama-8B]
|
@@ -103,6 +104,7 @@ graph TD
|
|
103 |
|
104 |
class B,C,D,E config;
|
105 |
class F highlight;
|
|
|
106 |
|
107 |
### **Dataset Sources**
|
108 |
The dataset comprises curated documentation, cookbooks, and API references from the following sources:
|
|
|
53 |
### **Training Workflow**
|
54 |
The model was fine-tuned using parameter-efficient methods with **LoRA** to adapt to the Solana-specific domain. Below is a visualization of the training process:
|
55 |
|
56 |
+
```mermaid
|
57 |
graph TD
|
58 |
%% Base Model Section
|
59 |
A[Base Model: DeepSeek-R1-Distill-Llama-8B]
|
|
|
104 |
|
105 |
class B,C,D,E config;
|
106 |
class F highlight;
|
107 |
+
```
|
108 |
|
109 |
### **Dataset Sources**
|
110 |
The dataset comprises curated documentation, cookbooks, and API references from the following sources:
|