cho3ov commited on
Commit
4ba4539
·
1 Parent(s): 5fe710c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -3,6 +3,33 @@ library_name: peft
3
  base_model: meta-llama/Llama-2-7b-chat-hf
4
  ---
5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  # Model Card for Model ID
7
 
8
  <!-- Provide a quick summary of what the model is/does. -->
 
3
  base_model: meta-llama/Llama-2-7b-chat-hf
4
  ---
5
 
6
+ 환경 설정
7
+ - 학습 데이터: NSMC
8
+
9
+ 하이퍼파라미터 및 설정
10
+ - 미니배치 크기: 1
11
+ - 시퀀스 길이: 512
12
+ - 학습률: 1e-4
13
+ - 에폭 수: 1
14
+
15
+
16
+ Train & Test Dataset 생성
17
+
18
+ Accuracy: 0.872
19
+
20
+ Precision: 0.8625954198473282
21
+ Recall: 0.889763779527559
22
+ F1 Score: 0.875968992248062
23
+
24
+ Classification Report:
25
+
26
+ precision recall f1-score
27
+ Negative 0.88 0.85 0.87
28
+ Positive 0.86 0.89 0.88
29
+ accuracy 0.87
30
+
31
+ Confusion Matrix
32
+
33
  # Model Card for Model ID
34
 
35
  <!-- Provide a quick summary of what the model is/does. -->