kyujinpy commited on
Commit
a2f1fd4
·
1 Parent(s): e37e3c4

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -39,9 +39,9 @@ I use A100 GPU 40GB and COLAB, when trianing.
39
  | [Ko-Platypus2-13B](https://huggingface.co/kyujinpy/KO-Platypus2-13B) | 45.60 | 44.20 | 54.31 | 42.47 | 44.41 | 42.62 |
40
  | *NEFT(🍵kosy)+MLP-v1 | 43.64 | 43.94 | 53.88 | 42.68 | 43.46 | 34.24 |
41
  | *NEFT(🍵kosy)+MLP-v2 | 45.45 | 44.20 | 54.56 | 42.60 | 42.68 | 42.98 |
42
- | *NEFT(🍵kosy)+MLP-v3 | 46.31 | 43.34 | 54.54 | 43.38 | 44.11 | 46.16 |
43
- | NEFT(🍵kosy)+Attention | NaN | NaN | NaN | NaN | NaN | NaN |
44
- | NEFT(🍵kosy) | NaN | NaN | NaN | NaN | NaN | NaN |
45
  > *Different Hyperparameters such that learning_rate, batch_size, epoch, etc...
46
 
47
  # Implementation Code
 
39
  | [Ko-Platypus2-13B](https://huggingface.co/kyujinpy/KO-Platypus2-13B) | 45.60 | 44.20 | 54.31 | 42.47 | 44.41 | 42.62 |
40
  | *NEFT(🍵kosy)+MLP-v1 | 43.64 | 43.94 | 53.88 | 42.68 | 43.46 | 34.24 |
41
  | *NEFT(🍵kosy)+MLP-v2 | 45.45 | 44.20 | 54.56 | 42.60 | 42.68 | 42.98 |
42
+ | ***NEFT(🍵kosy)+MLP-v3** | 46.31 | 43.34 | 54.54 | 43.38 | 44.11 | 46.16 |
43
+ | NEFT(🍵kosy)+Attention | 44.92 |42.92 | 54.48 | 42.99 | 43.00 | 41.20 |
44
+ | NEFT(🍵kosy) | 45.08 | 43.09 | 53.61 | 41.06 | 43.47 | 43.21 |
45
  > *Different Hyperparameters such that learning_rate, batch_size, epoch, etc...
46
 
47
  # Implementation Code