huseinzol05
commited on
Commit
β’
6c001a1
1
Parent(s):
cddf740
update app
Browse files
app.py
CHANGED
@@ -67,14 +67,14 @@ close_source = [
|
|
67 |
open_source = [
|
68 |
{
|
69 |
'T': 'π’',
|
70 |
-
'model': '[llama2-7b](https://huggingface.co/meta-llama/Llama-2-7b-hf)',
|
71 |
'Tatabahasa 0-shot': 24.355300859598856,
|
72 |
'Tatabahasa 1-shot': 28.08022922636103,
|
73 |
'Tatabahasa 3-shots': 24.641833810888254,
|
74 |
},
|
75 |
{
|
76 |
'T': 'π’',
|
77 |
-
'model': '[malaysian-llama2-7b-32k](https://huggingface.co/mesolitica/llama-7b-hf-32768-fpf)',
|
78 |
'BM-PT3 0-shot': 20.37037037037037,
|
79 |
'BM-PT3 1-shot': 20.37037037037037,
|
80 |
'BM-PT3 3-shots': 29.629629629629626,
|
@@ -84,7 +84,7 @@ open_source = [
|
|
84 |
},
|
85 |
{
|
86 |
'T': 'β',
|
87 |
-
'model': '[malaysian-llama2-7b-32k-instructions](https://huggingface.co/mesolitica/malaysian-llama2-7b-32k-instructions-v2)',
|
88 |
'BM-PT3 0-shot': 33.33333333333333,
|
89 |
'BM-PT3 1-shot': 37.03703703703704,
|
90 |
'BM-PT3 3-shots': 35.18518518518518,
|
@@ -94,7 +94,7 @@ open_source = [
|
|
94 |
},
|
95 |
{
|
96 |
'T': 'π’',
|
97 |
-
'model': '[malaysian-llama2-13b-32k](https://huggingface.co/mesolitica/llama-13b-hf-32768-fpf)',
|
98 |
'BM-PT3 0-shot': 33.33333333333333,
|
99 |
'BM-PT3 1-shot': 20.37037037037037,
|
100 |
'BM-PT3 3-shots': 31.48148148148148,
|
@@ -104,21 +104,21 @@ open_source = [
|
|
104 |
},
|
105 |
{
|
106 |
'T': 'β',
|
107 |
-
'model': '[malaysian-llama2-13b-32k-instructions](https://huggingface.co/mesolitica/malaysian-llama2-13b-32k-instructions)',
|
108 |
'BM-PT3 0-shot': 28.57142857142857,
|
109 |
'BM-PT3 1-shot': 12.244897959183673,
|
110 |
'BM-PT3 3-shots': 17.307692307692307,
|
111 |
},
|
112 |
{
|
113 |
'T': 'π’',
|
114 |
-
'model': '[mistral-7b](https://huggingface.co/mistralai/Mistral-7B-v0.1)',
|
115 |
'Tatabahasa 0-shot': 28.939828080229223,
|
116 |
'Tatabahasa 1-shot': 34.38395415472779,
|
117 |
'Tatabahasa 3-shots': 32.95128939828081,
|
118 |
},
|
119 |
{
|
120 |
'T': 'π’',
|
121 |
-
'model': '[malaysian-mistral-7b-4k](https://huggingface.co/mesolitica/mistral-7b-4096-fpf)',
|
122 |
'BM-PT3 0-shot': 20.37037037037037,
|
123 |
'BM-PT3 1-shot': 22.22222222222222,
|
124 |
'BM-PT3 3-shots': 33.33333333333333,
|
@@ -128,7 +128,7 @@ open_source = [
|
|
128 |
},
|
129 |
{
|
130 |
'T': 'π’',
|
131 |
-
'model': '[malaysian-mistral-7b-32k](https://huggingface.co/mesolitica/mistral-7b-32768-fpf)',
|
132 |
'BM-PT3 0-shot': 16.666666666666664,
|
133 |
'BM-PT3 1-shot': 16.666666666666664,
|
134 |
'BM-PT3 3-shots': 25.925925925925924,
|
@@ -138,7 +138,7 @@ open_source = [
|
|
138 |
},
|
139 |
{
|
140 |
'T': 'β',
|
141 |
-
'model': '[malaysian-mistral-7b-32k-instructions](https://huggingface.co/mesolitica/malaysian-mistral-7b-32k-instructions)',
|
142 |
'BM-PT3 0-shot': 40.74074074074074,
|
143 |
'BM-PT3 1-shot': 33.33333333333333,
|
144 |
'BM-PT3 3-shots': 37.03703703703704,
|
|
|
67 |
open_source = [
|
68 |
{
|
69 |
'T': 'π’',
|
70 |
+
'model': '[meta-llama/llama2-7b](https://huggingface.co/meta-llama/Llama-2-7b-hf)',
|
71 |
'Tatabahasa 0-shot': 24.355300859598856,
|
72 |
'Tatabahasa 1-shot': 28.08022922636103,
|
73 |
'Tatabahasa 3-shots': 24.641833810888254,
|
74 |
},
|
75 |
{
|
76 |
'T': 'π’',
|
77 |
+
'model': '[mesolitica/malaysian-llama2-7b-32k](https://huggingface.co/mesolitica/llama-7b-hf-32768-fpf)',
|
78 |
'BM-PT3 0-shot': 20.37037037037037,
|
79 |
'BM-PT3 1-shot': 20.37037037037037,
|
80 |
'BM-PT3 3-shots': 29.629629629629626,
|
|
|
84 |
},
|
85 |
{
|
86 |
'T': 'β',
|
87 |
+
'model': '[mesolitica/malaysian-llama2-7b-32k-instructions](https://huggingface.co/mesolitica/malaysian-llama2-7b-32k-instructions-v2)',
|
88 |
'BM-PT3 0-shot': 33.33333333333333,
|
89 |
'BM-PT3 1-shot': 37.03703703703704,
|
90 |
'BM-PT3 3-shots': 35.18518518518518,
|
|
|
94 |
},
|
95 |
{
|
96 |
'T': 'π’',
|
97 |
+
'model': '[mesolitica/malaysian-llama2-13b-32k](https://huggingface.co/mesolitica/llama-13b-hf-32768-fpf)',
|
98 |
'BM-PT3 0-shot': 33.33333333333333,
|
99 |
'BM-PT3 1-shot': 20.37037037037037,
|
100 |
'BM-PT3 3-shots': 31.48148148148148,
|
|
|
104 |
},
|
105 |
{
|
106 |
'T': 'β',
|
107 |
+
'model': '[mistralai/malaysian-llama2-13b-32k-instructions](https://huggingface.co/mesolitica/malaysian-llama2-13b-32k-instructions)',
|
108 |
'BM-PT3 0-shot': 28.57142857142857,
|
109 |
'BM-PT3 1-shot': 12.244897959183673,
|
110 |
'BM-PT3 3-shots': 17.307692307692307,
|
111 |
},
|
112 |
{
|
113 |
'T': 'π’',
|
114 |
+
'model': '[mistralai/mistral-7b](https://huggingface.co/mistralai/Mistral-7B-v0.1)',
|
115 |
'Tatabahasa 0-shot': 28.939828080229223,
|
116 |
'Tatabahasa 1-shot': 34.38395415472779,
|
117 |
'Tatabahasa 3-shots': 32.95128939828081,
|
118 |
},
|
119 |
{
|
120 |
'T': 'π’',
|
121 |
+
'model': '[mesolitica/malaysian-mistral-7b-4k](https://huggingface.co/mesolitica/mistral-7b-4096-fpf)',
|
122 |
'BM-PT3 0-shot': 20.37037037037037,
|
123 |
'BM-PT3 1-shot': 22.22222222222222,
|
124 |
'BM-PT3 3-shots': 33.33333333333333,
|
|
|
128 |
},
|
129 |
{
|
130 |
'T': 'π’',
|
131 |
+
'model': '[mesolitica/malaysian-mistral-7b-32k](https://huggingface.co/mesolitica/mistral-7b-32768-fpf)',
|
132 |
'BM-PT3 0-shot': 16.666666666666664,
|
133 |
'BM-PT3 1-shot': 16.666666666666664,
|
134 |
'BM-PT3 3-shots': 25.925925925925924,
|
|
|
138 |
},
|
139 |
{
|
140 |
'T': 'β',
|
141 |
+
'model': '[mesolitica/malaysian-mistral-7b-32k-instructions](https://huggingface.co/mesolitica/malaysian-mistral-7b-32k-instructions)',
|
142 |
'BM-PT3 0-shot': 40.74074074074074,
|
143 |
'BM-PT3 1-shot': 33.33333333333333,
|
144 |
'BM-PT3 3-shots': 37.03703703703704,
|