Update README.md
Browse files
README.md
CHANGED
@@ -12,21 +12,20 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# lora-llama-2-7b-nsmc
|
14 |
|
15 |
-
This model is a fine-tuned version of [meta-llama/Llama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) on
|
16 |
|
17 |
## Model description
|
18 |
|
19 |
-
|
20 |
|
21 |
## Intended uses & limitations
|
22 |
|
23 |
-
|
24 |
|
25 |
## Training and evaluation data
|
26 |
|
27 |
-
|
28 |
-
|
29 |
-
## Training procedure
|
30 |
|
31 |
### Training hyperparameters
|
32 |
|
@@ -45,7 +44,9 @@ The following hyperparameters were used during training:
|
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
-
|
|
|
|
|
49 |
|
50 |
### Framework versions
|
51 |
|
@@ -53,3 +54,12 @@ The following hyperparameters were used during training:
|
|
53 |
- Pytorch 2.1.0+cu118
|
54 |
- Datasets 2.15.0
|
55 |
- Tokenizers 0.15.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
# lora-llama-2-7b-nsmc
|
14 |
|
15 |
+
This model is a fine-tuned version of [meta-llama/Llama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) on 'nsmc' dataset.
|
16 |
|
17 |
## Model description
|
18 |
|
19 |
+
[meta-llama/Llama-2-7b-chat-hf]๋ฅผ nsmc ๋ฐ์ดํฐ์
์ ์ด์ฉํ์ฌ ๋ฏธ์ธํ๋ํจ.
|
20 |
|
21 |
## Intended uses & limitations
|
22 |
|
23 |
+
๋ชฉ์ : ์ํ ๋ฆฌ๋ทฐ ํ๋จ (๊ธ์ /๋ถ์ )
|
24 |
|
25 |
## Training and evaluation data
|
26 |
|
27 |
+
- training data: nsmc์ train ๋ฐ์ดํฐ ์ค ์์ 2000๊ฐ
|
28 |
+
- evaluation data: nsmc์ test ๋ฐ์ดํฐ ์ค ์์ 1000๊ฐ
|
|
|
29 |
|
30 |
### Training hyperparameters
|
31 |
|
|
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
+
- global_step=1000
|
48 |
+
- training_loss=0.7012106285095215
|
49 |
+
- metrics={'train_runtime': 3567.3706, 'train_samples_per_second': 0.561, 'train_steps_per_second': 0.28, 'total_flos': 4.0718328397824e+16, 'train_loss': 0.7012106285095215, 'epoch': 1.0}
|
50 |
|
51 |
### Framework versions
|
52 |
|
|
|
54 |
- Pytorch 2.1.0+cu118
|
55 |
- Datasets 2.15.0
|
56 |
- Tokenizers 0.15.0
|
57 |
+
|
58 |
+
### Accuracy
|
59 |
+
|
60 |
+
||TP|TN|
|
61 |
+
|------|---|---|
|
62 |
+
|PP|436|36|
|
63 |
+
|PN|72|456|
|
64 |
+
|
65 |
+
- accuracy: 0.89
|