smangrul commited on
Commit
93827b6
1 Parent(s): be70ce0

Model save

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama2
3
+ library_name: peft
4
+ tags:
5
+ - trl-sft
6
+ - generated_from_trainer
7
+ datasets:
8
+ - generator
9
+ base_model: sarvamai/OpenHathi-7B-Hi-v0.1-Base
10
+ model-index:
11
+ - name: OpenHathi-7B-Hi-v0.1-Instruct
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # OpenHathi-7B-Hi-v0.1-Instruct
19
+
20
+ This model is a fine-tuned version of [sarvamai/OpenHathi-7B-Hi-v0.1-Base](https://huggingface.co/sarvamai/OpenHathi-7B-Hi-v0.1-Base) on the generator dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.9311
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 0.0001
42
+ - train_batch_size: 4
43
+ - eval_batch_size: 4
44
+ - seed: 100
45
+ - gradient_accumulation_steps: 4
46
+ - total_train_batch_size: 16
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: cosine
49
+ - lr_scheduler_warmup_ratio: 0.03
50
+ - num_epochs: 3.0
51
+ - mixed_precision_training: Native AMP
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss |
56
+ |:-------------:|:-----:|:----:|:---------------:|
57
+ | 1.5099 | 1.0 | 175 | 0.9747 |
58
+ | 1.4435 | 2.0 | 351 | 0.9363 |
59
+ | 1.4369 | 2.99 | 525 | 0.9311 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - PEFT 0.7.2.dev0
65
+ - Transformers 4.37.0.dev0
66
+ - Pytorch 2.1.0+cu121
67
+ - Datasets 2.15.0
68
+ - Tokenizers 0.15.0