File size: 924 Bytes
659bad2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f980aae
 
 
 
 
 
 
 
 
 
659bad2
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
base_model: unsloth/gemma-2-2b-it-bnb-4bit
tags:
- text-generation-inference
- transformers
- unsloth
- gemma2
- trl
license: apache-2.0
language:
- en
---

# Uploaded  model


```
dataset = load_dataset("TokenBender/roleplay_alpaca", split="train")
dataset = dataset.map(formatting_prompts_func_alpaca, batched=True)

# Load and map the second dataset
dataset2 = load_dataset("Magpie-Align/Magpie-Reasoning-V1-150K-CoT-QwQ", split="train")
dataset2 = dataset2.map(formatting_prompts_func_magpie, batched=True)
```

- **Developed by:** bunnycore
- **License:** apache-2.0
- **Finetuned from model :** unsloth/gemma-2-2b-it-bnb-4bit

This gemma2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.

[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)