Update README.md
Browse files
README.md
CHANGED
@@ -8,14 +8,29 @@ tags:
|
|
8 |
license: apache-2.0
|
9 |
language:
|
10 |
- en
|
|
|
|
|
11 |
---
|
12 |
|
13 |
-
# Uploaded
|
14 |
|
|
|
|
|
|
|
|
|
15 |
- **Developed by:** reedmayhew
|
16 |
-
- **
|
17 |
-
- **
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
-
|
|
|
20 |
|
21 |
-
|
|
|
|
8 |
license: apache-2.0
|
9 |
language:
|
10 |
- en
|
11 |
+
datasets:
|
12 |
+
- reedmayhew/claude-3.7-sonnet-reasoning
|
13 |
---
|
14 |
|
15 |
+
# Uploaded Model
|
16 |
|
17 |
+
## Overview
|
18 |
+
This model is a Gemma 3 12B variant specifically fine-tuned using reasoning data from Claude 3.7 Sonnet. The goal was to integrate Claude's acclaimed reasoning capabilities within a powerful, open-source architecture like Gemma.
|
19 |
+
|
20 |
+
## Technical Details
|
21 |
- **Developed by:** reedmayhew
|
22 |
+
- **Base Model:** google/gemma-3-12b
|
23 |
+
- **Finetuning Method:** Supervised Fine-Tuning (SFT) using LoRA
|
24 |
+
- **Training Speed Enhancement:** Trained 2x faster with Unsloth and Huggingface's TRL library
|
25 |
+
|
26 |
+
## Training Data
|
27 |
+
The model was fine-tuned on a dataset derived from:
|
28 |
+
- reedmayhew/claude-3.7-sonnet-reasoning
|
29 |
+
|
30 |
+
This enables the model to potentially demonstrate superior logical reasoning, complex problem-solving, and analytical thinking compared to the standard Gemma 3 model, while remaining accessible and open-source.
|
31 |
|
32 |
+
## Usage Notes
|
33 |
+
While this model incorporates some of Claude's reasoning strengths, it remains a derivative built on Gemma architecture. Users should thoroughly evaluate its performance for specific tasks and applications.
|
34 |
|
35 |
+
This Gemma model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
36 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|