Korean
anhdungitvn commited on
Commit
dd765ed
1 Parent(s): e5ead2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -11,6 +11,15 @@ language:
11
  ### Method
12
  - Promt-Tuning/Prefix-tuning/Soft Embedding
13
 
 
 
 
 
 
 
 
 
 
14
  ### References
15
  - Prompt Tuning: <a href="https://arxiv.org/abs/2104.08691" download>**The Power of Scale for Parameter-Efficient Prompt Tuning**</a>
16
  - Prompt Tuning v2: <a href="https://arxiv.org/abs/2110.07602" download>**P-Tuning v2: Prompt Tuning Can Be Comparable to Fine-tuning Universally Across Scales and Tasks**</a>
 
11
  ### Method
12
  - Promt-Tuning/Prefix-tuning/Soft Embedding
13
 
14
+ ### Metrics
15
+ | | precision | recall | f1-score | support |
16
+ |--------------|-----------|--------|----------|---------|
17
+ | 긍정 | 0.92549 | 0.944 | 0.934653 | 500 |
18
+ | 부정 | 0.942857 | 0.924 | 0.933333 | 500 |
19
+ | accuracy | 0.934 | 0.934 | 0.934 | 0.934 |
20
+ | macro avg | 0.934174 | 0.934 | 0.933993 | 1000 |
21
+ | weighted avg | 0.934174 | 0.934 | 0.933993 | 1000 |
22
+
23
  ### References
24
  - Prompt Tuning: <a href="https://arxiv.org/abs/2104.08691" download>**The Power of Scale for Parameter-Efficient Prompt Tuning**</a>
25
  - Prompt Tuning v2: <a href="https://arxiv.org/abs/2110.07602" download>**P-Tuning v2: Prompt Tuning Can Be Comparable to Fine-tuning Universally Across Scales and Tasks**</a>