File size: 1,389 Bytes
69b355e
 
 
 
 
 
 
 
 
 
 
16aca3f
69b355e
 
70159a2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69b355e
 
 
 
 
 
 
 
 
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
base_model: unsloth/tinyllama-bnb-4bit
language:
- en
license: apache-2.0
tags:
- text-generation-inference
- transformers
- unsloth
- llama
- trl
- sft
---

Before: 
কম্পিউটাৰ এন্ড এন্ডিং এন্ডিং এন্ডিং  
কম্পিউটাৰ এন্ড এন্ডিং এন্ডিং এন্ডিং  


After:
কম্পিউটাৰ অভিযান অভিযান অভিযান অভিযান      
কম্পিউটাৰ অভিযান অভিযান অভিযান অভিযান      

```
max_seq_length = 512
per_device_train_batch_size = 2,
gradient_accumulation_steps = 4,
warmup_steps = 2,
max_steps = 10,
learning_rate = 0.0010,
fp16 = not torch.cuda.is_bf16_supported(),
bf16 = torch.cuda.is_bf16_supported(),
logging_steps = 1,
optim = "adamw_8bit",
weight_decay = 0.01,
lr_scheduler_type = "linear",
seed = 3407,
output_dir = "outputs",
```

---
# Uploaded  model

- **Developed by:** tamang0000
- **License:** apache-2.0
- **Finetuned from model :** unsloth/tinyllama-bnb-4bit

This llama 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)