Korean
anhdungitvn commited on
Commit
7b38360
1 Parent(s): 3000915

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ datasets:
4
+ - nsmc
5
+ language:
6
+ - ko
7
+ ---
8
+
9
+ # Korean GPT Bot Sentiment Classification (ko-gpt-bot-sc)
10
+
11
+ ### References
12
+ - Prompt Tuning: <a href="https://arxiv.org/abs/2104.08691" download>**The Power of Scale for Parameter-Efficient Prompt Tuning**</a>
13
+ - 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>