add support for new embedding models: moka-ai/m3e-base and moka-ai/m3e-small
|
|
@ -205,11 +205,13 @@ Web UI 可以实现如下功能:
|
||||||
- [x] [ClueAI/ChatYuan-large-v2](https://huggingface.co/ClueAI/ChatYuan-large-v2)
|
- [x] [ClueAI/ChatYuan-large-v2](https://huggingface.co/ClueAI/ChatYuan-large-v2)
|
||||||
- [x] [fnlp/moss-moon-003-sft](https://huggingface.co/fnlp/moss-moon-003-sft)
|
- [x] [fnlp/moss-moon-003-sft](https://huggingface.co/fnlp/moss-moon-003-sft)
|
||||||
- [x] 支持通过调用 [fastchat](https://github.com/lm-sys/FastChat) api 调用 llm
|
- [x] 支持通过调用 [fastchat](https://github.com/lm-sys/FastChat) api 调用 llm
|
||||||
- [ ] 增加更多 Embedding 模型支持
|
- [x] 增加更多 Embedding 模型支持
|
||||||
- [x] [nghuyong/ernie-3.0-nano-zh](https://huggingface.co/nghuyong/ernie-3.0-nano-zh)
|
- [x] [nghuyong/ernie-3.0-nano-zh](https://huggingface.co/nghuyong/ernie-3.0-nano-zh)
|
||||||
- [x] [nghuyong/ernie-3.0-base-zh](https://huggingface.co/nghuyong/ernie-3.0-base-zh)
|
- [x] [nghuyong/ernie-3.0-base-zh](https://huggingface.co/nghuyong/ernie-3.0-base-zh)
|
||||||
- [x] [shibing624/text2vec-base-chinese](https://huggingface.co/shibing624/text2vec-base-chinese)
|
- [x] [shibing624/text2vec-base-chinese](https://huggingface.co/shibing624/text2vec-base-chinese)
|
||||||
- [x] [GanymedeNil/text2vec-large-chinese](https://huggingface.co/GanymedeNil/text2vec-large-chinese)
|
- [x] [GanymedeNil/text2vec-large-chinese](https://huggingface.co/GanymedeNil/text2vec-large-chinese)
|
||||||
|
- [x] [moka-ai/m3e-small](https://huggingface.co/moka-ai/m3e-small)
|
||||||
|
- [x] [moka-ai/m3e-base](https://huggingface.co/moka-ai/m3e-base)
|
||||||
- [ ] Web UI
|
- [ ] Web UI
|
||||||
- [x] 基于 gradio 实现 Web UI DEMO
|
- [x] 基于 gradio 实现 Web UI DEMO
|
||||||
- [x] 基于 streamlit 实现 Web UI DEMO
|
- [x] 基于 streamlit 实现 Web UI DEMO
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,8 @@ embedding_model_dict = {
|
||||||
"ernie-base": "nghuyong/ernie-3.0-base-zh",
|
"ernie-base": "nghuyong/ernie-3.0-base-zh",
|
||||||
"text2vec-base": "shibing624/text2vec-base-chinese",
|
"text2vec-base": "shibing624/text2vec-base-chinese",
|
||||||
"text2vec": "GanymedeNil/text2vec-large-chinese",
|
"text2vec": "GanymedeNil/text2vec-large-chinese",
|
||||||
|
"m3e-small": "moka-ai/m3e-small",
|
||||||
|
"m3e-base": "moka-ai/m3e-base",
|
||||||
}
|
}
|
||||||
|
|
||||||
# Embedding model name
|
# Embedding model name
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 277 KiB |
|
Before Width: | Height: | Size: 266 KiB |
|
Before Width: | Height: | Size: 274 KiB |
|
Before Width: | Height: | Size: 264 KiB |
|
Before Width: | Height: | Size: 268 KiB |
|
Before Width: | Height: | Size: 276 KiB |
|
Before Width: | Height: | Size: 277 KiB |