File size: 654 Bytes
9ddb2e6
 
 
 
 
 
 
 
 
 
 
d39bf60
9ddb2e6
 
1aba652
 
9ddb2e6
 
 
 
 
 
 
 
1aba652
 
 
 
 
 
 
 
 
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
34
---
base_model: unsloth/llama-3-8b-bnb-4bit
language:
- en
license: apache-2.0
tags:
- text-generation-inference
- transformers
- unsloth
- llama
- trl
- sft
---

## Still in Beta!!!

# Uploaded  model

- **Developed by:** Isaak-Carter
- **License:** apache-2.0
- **Finetuned from model :** unsloth/llama-3-8b-bnb-4bit

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

```json
  "per_device_train_batch_size": 2,
  "gradient_accumulation_steps": 8,
  "max_steps": 100,
  "learning_rate": 2e-4,
  "optim": "adamw_8bit",
  "weight_decay": 0.01,
  "lr_scheduler_type": "cosine"
```