kyujinpy commited on
Commit
4dcf838
1 Parent(s): b7a6f9d

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -5
README.md CHANGED
@@ -76,7 +76,6 @@ I use A100 GPU 40GB and COLAB, when trianing.
76
  | [*Platypus2-7B](https://huggingface.co/garage-bAInd/Platypus2-7B) | NaN | NaN | NaN | NaN |
77
  | **KO-platypus2-7B-EX(ours)** | 0.7509 | 0.7899 | 0.8029 | 0.8290 |
78
  *Platypus2-7B Original used https://huggingface.co/garage-bAInd/Platypus2-7B
79
- *Platypus2-13B Original used https://huggingface.co/garage-bAInd/Platypus2-13B
80
 
81
  > Natural Language Inference (NLI; 자연어 추론 평가)
82
  ### HellaSwag (F1)
@@ -92,7 +91,6 @@ I use A100 GPU 40GB and COLAB, when trianing.
92
  | [*Platypus2-7B](https://huggingface.co/garage-bAInd/Platypus2-7B) | NaN | NaN | NaN | NaN |
93
  | **KO-platypus2-7B-EX(ours)** | 0.4571 | 0.4461 | 0.4371 | 0.4525 |
94
  *Platypus2-7B Original used https://huggingface.co/garage-bAInd/Platypus2-7B
95
- *Platypus2-13B Original used https://huggingface.co/garage-bAInd/Platypus2-13B
96
 
97
  > Question Answering (QA)
98
  ### BoolQ (F1)
@@ -108,8 +106,7 @@ I use A100 GPU 40GB and COLAB, when trianing.
108
  | [*Platypus2-7B](https://huggingface.co/garage-bAInd/Platypus2-7B) | NaN | NaN | NaN | NaN |
109
  | **KO-platypus2-7B-EX(ours)** | 0.6028 | 0.6979 | 0.7016 | 0.6988 |
110
  *Platypus2-7B Original used https://huggingface.co/garage-bAInd/Platypus2-7B
111
- *Platypus2-13B Original used https://huggingface.co/garage-bAInd/Platypus2-13B
112
-
113
  > Classification
114
  ### SentiNeg (F1)
115
  ![jpg](./results/senti.jpg)
@@ -124,7 +121,6 @@ I use A100 GPU 40GB and COLAB, when trianing.
124
  | [*Platypus2-7B](https://huggingface.co/garage-bAInd/Platypus2-7B) | NaN | NaN | NaN | NaN |
125
  | **KO-platypus2-7B-EX(ours)** | 0.5821 | 0.7653 | 0.7991 | 0.8643 |
126
  *Platypus2-7B Original used https://huggingface.co/garage-bAInd/Platypus2-7B
127
- *Platypus2-13B Original used https://huggingface.co/garage-bAInd/Platypus2-13B
128
 
129
  # Implementation Code
130
  ```python
 
76
  | [*Platypus2-7B](https://huggingface.co/garage-bAInd/Platypus2-7B) | NaN | NaN | NaN | NaN |
77
  | **KO-platypus2-7B-EX(ours)** | 0.7509 | 0.7899 | 0.8029 | 0.8290 |
78
  *Platypus2-7B Original used https://huggingface.co/garage-bAInd/Platypus2-7B
 
79
 
80
  > Natural Language Inference (NLI; 자연어 추론 평가)
81
  ### HellaSwag (F1)
 
91
  | [*Platypus2-7B](https://huggingface.co/garage-bAInd/Platypus2-7B) | NaN | NaN | NaN | NaN |
92
  | **KO-platypus2-7B-EX(ours)** | 0.4571 | 0.4461 | 0.4371 | 0.4525 |
93
  *Platypus2-7B Original used https://huggingface.co/garage-bAInd/Platypus2-7B
 
94
 
95
  > Question Answering (QA)
96
  ### BoolQ (F1)
 
106
  | [*Platypus2-7B](https://huggingface.co/garage-bAInd/Platypus2-7B) | NaN | NaN | NaN | NaN |
107
  | **KO-platypus2-7B-EX(ours)** | 0.6028 | 0.6979 | 0.7016 | 0.6988 |
108
  *Platypus2-7B Original used https://huggingface.co/garage-bAInd/Platypus2-7B
109
+
 
110
  > Classification
111
  ### SentiNeg (F1)
112
  ![jpg](./results/senti.jpg)
 
121
  | [*Platypus2-7B](https://huggingface.co/garage-bAInd/Platypus2-7B) | NaN | NaN | NaN | NaN |
122
  | **KO-platypus2-7B-EX(ours)** | 0.5821 | 0.7653 | 0.7991 | 0.8643 |
123
  *Platypus2-7B Original used https://huggingface.co/garage-bAInd/Platypus2-7B
 
124
 
125
  # Implementation Code
126
  ```python