kjh01 commited on
Commit
3e2b144
Β·
1 Parent(s): 1213974

Udate README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -4
README.md CHANGED
@@ -16,18 +16,31 @@ This model is a fine-tuned version of [meta-llama/Llama-2-7b-chat-hf](https://hu
16
 
17
  ## Model description
18
 
19
- More information needed
 
 
 
 
20
 
21
  ## Intended uses & limitations
22
 
23
- More information needed
 
 
 
 
 
24
 
25
- ## Training and evaluation data
26
 
27
- More information needed
28
 
29
  ## Training procedure
30
 
 
 
 
 
31
  ### Training hyperparameters
32
 
33
  The following hyperparameters were used during training:
@@ -45,7 +58,13 @@ The following hyperparameters were used during training:
45
 
46
  ### Training results
47
 
 
 
 
 
 
48
 
 
49
 
50
  ### Framework versions
51
 
 
16
 
17
  ## Model description
18
 
19
+ Llama-2-7b-chat-hf은 metaμ—μ„œ κ°œλ°œν•œ μ‚¬μ „ν•™μŠ΅ ν…μŠ€νŠΈ 생성 μ–Έμ–΄λͺ¨λΈ μž…λ‹ˆλ‹€. λ¬Έμžμ—΄μ„ μž…λ ₯으둜 ν•˜λ©°, λ¬Έμžμ—΄μ„ μƒμ„±ν•©λ‹ˆλ‹€.
20
+ ν•΄λ‹Ή λͺ¨λΈ(meta-llama/Llama-2-7b-chat-hf)을 베이슀 λͺ¨λΈλ‘œ ν•˜μ—¬ λ―Έμ„ΈνŠœλ‹μ„ μ§„ν–‰ν•˜μ˜€μŠ΅λ‹ˆλ‹€.
21
+
22
+ 'Llama-2-7b-chat-hf' is a pre-trained text generation language model developed by Meta. It takes a string as input and generates text.
23
+ We fine-tuned this model based on it(meta-llama/Llama-2-7b-chat-hf).
24
 
25
  ## Intended uses & limitations
26
 
27
+ nsmc λ°μ΄ν„°μ…‹μ˜ μ‚¬μš©μžκ°€ μž…λ ₯ν•œ 리뷰 λ¬Έμž₯을 λΆ„λ₯˜ν•˜λŠ” μ—μ΄μ „νŠΈμž…λ‹ˆλ‹€. μ‚¬μš©μž 리뷰 λ¬Έμž₯μœΌλ‘œλΆ€ν„° '긍정' λ˜λŠ” 'λΆ€μ •'을 νŒλ‹¨ν•©λ‹ˆλ‹€.
28
+
29
+ This agent classifies user-input review sentences from NSMC dataset.
30
+ It determines whether the user review is 'positive' or 'negative' based on the input review sentence.
31
+
32
+ ## Training and test data
33
 
34
+ Training 및 test λ°μ΄ν„°λŠ” nsmc 데이터 μ…‹μ—μ„œ λ‘œλ”©ν•΄ μ‚¬μš©ν•©λ‹ˆλ‹€. (elvaluation λ°μ΄ν„°λŠ” μ‚¬μš©ν•˜μ§€ μ•ŠμŠ΅λ‹ˆλ‹€.)
35
 
36
+ We load and use training and test data from the NSMC dataset. (We do not use an evaluation data.)
37
 
38
  ## Training procedure
39
 
40
+ μ‚¬μš©μžμ˜ μ˜ν™” 리뷰 λ¬Έμž₯을 μž…λ ₯으둜 λ°›μ•„ λ¬Έμž₯을 '긍정(1)' λ˜λŠ” 'λΆ€μ •(0)'으둜 λΆ„λ₯˜ν•©λ‹ˆλ‹€.
41
+
42
+ Accepts movie review sentences from the user as input and classifies the sentences as 'Positive (1)' or 'Negative (0)'.
43
+
44
  ### Training hyperparameters
45
 
46
  The following hyperparameters were used during training:
 
58
 
59
  ### Training results
60
 
61
+ - **Binary Confusion Matrix**
62
+ | | TP | TN |
63
+ |:-----|:------------:|:------------:|
64
+ | PP | 425 | 67 |
65
+ | PN | 66 | 442 |
66
 
67
+ - **Accuracy**: 0.894
68
 
69
  ### Framework versions
70