File size: 2,541 Bytes
ba8efc9
 
 
 
 
 
 
ac6f101
ba8efc9
 
 
 
 
 
 
 
 
 
 
0f23fb1
ba8efc9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
library_name: peft
tags:
- trl
- sft
- generated_from_trainer
datasets:
- kpriyanshu256/databricks-dolly-15k-hi
base_model: NousResearch/Llama-2-7b-hf
model-index:
- name: llama2-7b-int4-dolly-15k-hindi-flash-attention2-w-packing
  results: []
---

<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->

# llama2-7b-int4-dolly-15k-hindi-flash-attention2-w-packing

This model is a fine-tuned version of [NousResearch/Llama-2-7b-hf](https://huggingface.co/NousResearch/Llama-2-7b-hf) on the [kpriyanshu256/databricks-dolly-15k-hi](https://huggingface.co/datasets/kpriyanshu256/databricks-dolly-15k-hi) dataset.
It achieves the following results on the evaluation set:
- Loss: 0.5537

## Model description

More information needed

## Intended uses & limitations

More information needed

## Training and evaluation data

More information needed

## Training procedure

### Training hyperparameters

The following hyperparameters were used during training:
- learning_rate: 0.0002
- train_batch_size: 6
- eval_batch_size: 4
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: cosine
- num_epochs: 3
- mixed_precision_training: Native AMP

### Training results

| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:-----:|:----:|:---------------:|
| 0.6986        | 0.16  | 100  | 0.6539          |
| 0.6441        | 0.31  | 200  | 0.6297          |
| 0.6231        | 0.47  | 300  | 0.6146          |
| 0.6066        | 0.62  | 400  | 0.6020          |
| 0.5922        | 0.78  | 500  | 0.5930          |
| 0.6023        | 0.94  | 600  | 0.5847          |
| 0.5618        | 1.09  | 700  | 0.5792          |
| 0.5496        | 1.25  | 800  | 0.5742          |
| 0.5428        | 1.41  | 900  | 0.5699          |
| 0.5336        | 1.56  | 1000 | 0.5643          |
| 0.5331        | 1.72  | 1100 | 0.5605          |
| 0.5255        | 1.88  | 1200 | 0.5574          |
| 0.5155        | 2.03  | 1300 | 0.5581          |
| 0.4851        | 2.19  | 1400 | 0.5565          |
| 0.4831        | 2.34  | 1500 | 0.5563          |
| 0.489         | 2.5   | 1600 | 0.5545          |
| 0.4901        | 2.66  | 1700 | 0.5540          |
| 0.4863        | 2.81  | 1800 | 0.5537          |
| 0.479         | 2.97  | 1900 | 0.5537          |


### Framework versions

- PEFT 0.7.2.dev0
- Transformers 4.37.0.dev0
- Pytorch 2.1.0+cu121
- Datasets 2.16.2.dev0
- Tokenizers 0.15.0