diff --git a/frontend/src/pages/Models.tsx b/frontend/src/pages/Models.tsx index 3bc65ba..1b36bfc 100644 --- a/frontend/src/pages/Models.tsx +++ b/frontend/src/pages/Models.tsx @@ -155,7 +155,7 @@ const columns: TableColumnDefinition[] = [ const getTags = () => { return Array.from(new Set( - ['Recommended', + ['Recommended', 'Official', ...commonStore.modelSourceList.map(item => item.tags || []).flat() .filter(i => !i.includes('Other') && !i.includes('Local')) , 'Other', 'Local'])); diff --git a/manifest.json b/manifest.json index e913c9d..163fad6 100644 --- a/manifest.json +++ b/manifest.json @@ -272,6 +272,27 @@ ], "customTokenizer": "backend-python/rwkv_pip/rwkv_vocab_v20230424_special_token.txt" }, + { + "name": "Mobius-r5-chat-12b-128k.pth", + "desc": { + "en": "RWKV-5 Mobius 12B Ctx128k", + "zh": "RWKV-5 Mobius 12B 128k上下文", + "ja": "RWKV-5 Mobius 12B 128kコンテキスト" + }, + "size": 23157427004, + "SHA256": "2190d59e130f8d9b580e5531874f34f7eaeb7b7b6d04fb1439b7f5c5d7dbaafe", + "lastUpdated": "2024-02-24T01:33:27", + "url": "https://huggingface.co/TimeMobius/Mobius-Chat-12B-128k/blob/main/Mobius-r5-chat-12b-128k.pth", + "downloadUrl": "https://huggingface.co/TimeMobius/Mobius-Chat-12B-128k/resolve/main/Mobius-r5-chat-12b-128k.pth", + "tags": [ + "Finetuned", + "RWKV-5", + "Global", + "Recommended", + "CN", + "JP" + ] + }, { "name": "RWKV-4-World-CHNtuned-0.1B-v1-20230617-ctx4096.pth", "desc": {