rishavranaut
commited on
Commit
•
9545910
1
Parent(s):
11610fd
rishavranaut/llama3-8B_less_data_for_fact_update
Browse files- README.md +76 -0
- adapter_model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
base_model: meta-llama/Meta-Llama-3-8B
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
- precision
|
10 |
+
- recall
|
11 |
+
model-index:
|
12 |
+
- name: llama3-8B_less_data_for_fact_update
|
13 |
+
results: []
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
# llama3-8B_less_data_for_fact_update
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) on the None dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.7586
|
24 |
+
- Accuracy: 0.7733
|
25 |
+
- Precision: 0.8015
|
26 |
+
- Recall: 0.7267
|
27 |
+
- F1 score: 0.7622
|
28 |
+
|
29 |
+
## Model description
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Intended uses & limitations
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training and evaluation data
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Training procedure
|
42 |
+
|
43 |
+
### Training hyperparameters
|
44 |
+
|
45 |
+
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 0.0001
|
47 |
+
- train_batch_size: 8
|
48 |
+
- eval_batch_size: 4
|
49 |
+
- seed: 42
|
50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
+
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 5
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 score |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:--------:|
|
58 |
+
| 0.8492 | 0.5 | 200 | 0.8538 | 0.65 | 0.6923 | 0.54 | 0.6067 |
|
59 |
+
| 0.7574 | 1.0 | 400 | 0.6427 | 0.7267 | 0.8036 | 0.6 | 0.6870 |
|
60 |
+
| 0.5003 | 1.5 | 600 | 0.5917 | 0.73 | 0.7066 | 0.7867 | 0.7445 |
|
61 |
+
| 0.4629 | 2.0 | 800 | 0.6470 | 0.7567 | 0.8235 | 0.6533 | 0.7286 |
|
62 |
+
| 0.3114 | 2.5 | 1000 | 0.6980 | 0.6967 | 0.7438 | 0.6 | 0.6642 |
|
63 |
+
| 0.3031 | 3.0 | 1200 | 0.6128 | 0.7567 | 0.8130 | 0.6667 | 0.7326 |
|
64 |
+
| 0.1783 | 3.5 | 1400 | 0.7288 | 0.7667 | 0.8175 | 0.6867 | 0.7464 |
|
65 |
+
| 0.1737 | 4.0 | 1600 | 0.7242 | 0.7533 | 0.7969 | 0.68 | 0.7338 |
|
66 |
+
| 0.0924 | 4.5 | 1800 | 0.7214 | 0.7733 | 0.7808 | 0.76 | 0.7703 |
|
67 |
+
| 0.0669 | 5.0 | 2000 | 0.7586 | 0.7733 | 0.8015 | 0.7267 | 0.7622 |
|
68 |
+
|
69 |
+
|
70 |
+
### Framework versions
|
71 |
+
|
72 |
+
- PEFT 0.11.1
|
73 |
+
- Transformers 4.44.2
|
74 |
+
- Pytorch 2.3.0+cu121
|
75 |
+
- Datasets 2.19.1
|
76 |
+
- Tokenizers 0.19.1
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 54593240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:820fcd323bcd65fa5de9ee36525c58e4080cee0f2c5ba9c01c17f6a58d96da3c
|
3 |
size 54593240
|