Update app.py
Browse files
app.py
CHANGED
|
@@ -77,20 +77,20 @@ model_info = {
|
|
| 77 |
"description": "kalisai Nusantara-4b-Indo-Chat",
|
| 78 |
"hf_model_name": "kalisai/Nusantara-4b-Indo-Chat"
|
| 79 |
},
|
| 80 |
-
"
|
| 81 |
"task": "text-generation",
|
| 82 |
-
"description": "
|
| 83 |
-
"hf_model_name": "
|
| 84 |
},
|
| 85 |
"harry-potter-gpt2": {
|
| 86 |
"task": "text-generation",
|
| 87 |
"description": "akahana harry-potter-gpt2",
|
| 88 |
"hf_model_name": "akahana/harry-potter-gpt2"
|
| 89 |
},
|
| 90 |
-
"
|
| 91 |
"task": "text-generation",
|
| 92 |
-
"description": "
|
| 93 |
-
"hf_model_name": "
|
| 94 |
},
|
| 95 |
"gpt2-indo-textgen": {
|
| 96 |
"task": "text-generation",
|
|
@@ -102,10 +102,10 @@ model_info = {
|
|
| 102 |
"description": "indonlp cendol-mt5-small-inst",
|
| 103 |
"hf_model_name": "indonlp/cendol-mt5-small-inst"
|
| 104 |
},
|
| 105 |
-
"
|
| 106 |
"task": "text-generation",
|
| 107 |
-
"description": "
|
| 108 |
-
"hf_model_name": "
|
| 109 |
}
|
| 110 |
}
|
| 111 |
|
|
|
|
| 77 |
"description": "kalisai Nusantara-4b-Indo-Chat",
|
| 78 |
"hf_model_name": "kalisai/Nusantara-4b-Indo-Chat"
|
| 79 |
},
|
| 80 |
+
"lb-reranker-0.5B-v1.0": {
|
| 81 |
"task": "text-generation",
|
| 82 |
+
"description": "lightblue lb-reranker-0.5B-v1.0",
|
| 83 |
+
"hf_model_name": "lightblue/lb-reranker-0.5B-v1.0"
|
| 84 |
},
|
| 85 |
"harry-potter-gpt2": {
|
| 86 |
"task": "text-generation",
|
| 87 |
"description": "akahana harry-potter-gpt2",
|
| 88 |
"hf_model_name": "akahana/harry-potter-gpt2"
|
| 89 |
},
|
| 90 |
+
"Sailor2-1B-Chat": {
|
| 91 |
"task": "text-generation",
|
| 92 |
+
"description": "sail Sailor2-1B-Chat",
|
| 93 |
+
"hf_model_name": "sail/Sailor2-1B-Chat"
|
| 94 |
},
|
| 95 |
"gpt2-indo-textgen": {
|
| 96 |
"task": "text-generation",
|
|
|
|
| 102 |
"description": "indonlp cendol-mt5-small-inst",
|
| 103 |
"hf_model_name": "indonlp/cendol-mt5-small-inst"
|
| 104 |
},
|
| 105 |
+
"Sailor2-1B-Pre": {
|
| 106 |
"task": "text-generation",
|
| 107 |
+
"description": "sail Sailor2-1B-Pre",
|
| 108 |
+
"hf_model_name": "sail/Sailor2-1B-Pre"
|
| 109 |
}
|
| 110 |
}
|
| 111 |
|