keylazy commited on
Commit
2bd1043
1 Parent(s): a0eb0d2

End of training

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: keylazy/Llama-2-7b-chat-hf-ark
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - precision
8
+ - recall
9
+ - f1
10
+ model-index:
11
+ - name: Llama-2-7b-chat-hf-ark-ft-2
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
+ # Llama-2-7b-chat-hf-ark-ft-2
19
+
20
+ This model is a fine-tuned version of [keylazy/Llama-2-7b-chat-hf-ark](https://huggingface.co/keylazy/Llama-2-7b-chat-hf-ark) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.5956
23
+ - Accuracy: 0.695
24
+ - Precision: 0.6965
25
+ - Recall: 0.695
26
+ - F1: 0.6946
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 2e-05
46
+ - train_batch_size: 16
47
+ - eval_batch_size: 16
48
+ - seed: 42
49
+ - gradient_accumulation_steps: 8
50
+ - total_train_batch_size: 128
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: linear
53
+ - num_epochs: 3
54
+ - mixed_precision_training: Native AMP
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
59
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
60
+ | 0.5159 | 0.5 | 39 | 0.5348 | 0.657 | 0.6674 | 0.657 | 0.6522 |
61
+ | 0.4738 | 1.0 | 78 | 0.5245 | 0.641 | 0.6841 | 0.641 | 0.6201 |
62
+ | 0.3097 | 1.5 | 117 | 0.5485 | 0.67 | 0.6822 | 0.67 | 0.6650 |
63
+ | 0.2708 | 2.0 | 156 | 0.5485 | 0.686 | 0.6988 | 0.686 | 0.6814 |
64
+ | 0.1635 | 2.5 | 195 | 0.5949 | 0.69 | 0.6946 | 0.69 | 0.6885 |
65
+ | 0.1482 | 3.0 | 234 | 0.5956 | 0.695 | 0.6965 | 0.695 | 0.6946 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.35.0
71
+ - Pytorch 2.1.0+cu118
72
+ - Datasets 2.14.6
73
+ - Tokenizers 0.14.1