kkmkorea commited on
Commit
023ed48
โ€ข
1 Parent(s): ba09b42

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -34,7 +34,9 @@ KorSciDeBERTa๋Š” Microsoft DeBERTa ๋ชจ๋ธ์˜ ์•„ํ‚คํ…์ณ๋ฅผ ๊ธฐ๋ฐ˜์œผ๋กœ, ๋…ผ
34
 
35
  ## Uses
36
 
37
- ### Downstream Use - Load model directly
 
 
38
  <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
39
  1. ํ˜•ํƒœ์†Œ ๋ถ„์„๊ธฐ(Mecab) ๋“ฑ ์„ค์น˜ ํ•„์ˆ˜ - KorSciDeBERTa ํ™˜๊ฒฝ์„ค์น˜+ํŒŒ์ธํŠœ๋‹.pdf ์ฐธ์กฐ
40
 
@@ -57,6 +59,17 @@ trainer.push_to_hub()
57
 
58
  </code></pre>
59
 
 
 
 
 
 
 
 
 
 
 
 
60
  ### Out-of-Scope Use
61
 
62
  <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
 
34
 
35
  ## Uses
36
 
37
+ ### Downstream Use
38
+
39
+ ## Load Huggingface model directly
40
  <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
41
  1. ํ˜•ํƒœ์†Œ ๋ถ„์„๊ธฐ(Mecab) ๋“ฑ ์„ค์น˜ ํ•„์ˆ˜ - KorSciDeBERTa ํ™˜๊ฒฝ์„ค์น˜+ํŒŒ์ธํŠœ๋‹.pdf ์ฐธ์กฐ
42
 
 
59
 
60
  </code></pre>
61
 
62
+ ## KorSciDeBERTa native code
63
+ KorSciDeBERTa ํ™˜๊ฒฝ์„ค์น˜+ํŒŒ์ธํŠœ๋‹.pdf ์ฐธ์กฐ
64
+
65
+ <pre><code>
66
+ git clone https://huggingface.co/kisti/korscideberta; cd korscideberta; unzip korscideberta.zip -d korscideberta
67
+ ''''''
68
+ cd korscideberta/experiments/glue;ย chmod 777 *.sh;
69
+ ./mnli.sh
70
+
71
+ </code></pre>
72
+
73
  ### Out-of-Scope Use
74
 
75
  <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->