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. -->