Lyon28 commited on
Commit
96097b5
·
verified ·
1 Parent(s): 42b67cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
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
- "cendol-llama2-7b-inst": {
81
  "task": "text-generation",
82
- "description": "indonlp cendol-llama2-7b-inst",
83
- "hf_model_name": "indonlp/cendol-llama2-7b-inst"
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
- "Mistral-7B-Sunda-v1.0": {
91
  "task": "text-generation",
92
- "description": "Nero10578 Mistral-7B-Sunda-v1.0",
93
- "hf_model_name": "Nero10578/Mistral-7B-Sunda-v1.0"
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
- "madlad400-8b-lm": {
106
  "task": "text-generation",
107
- "description": "google madlad400-8b-lm",
108
- "hf_model_name": "google/madlad400-8b-lm"
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