Skip to content

Commit 59d2a4f

Browse files
committed
docs: update README.md
1 parent 68cf860 commit 59d2a4f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ These online demos run entirely in your browser:
5656
- [LLaMA2](https://huggingface.co/spaces/lmz/candle-llama2): text generation.
5757
- [T5](https://huggingface.co/spaces/radames/Candle-T5-Generation-Wasm): text generation.
5858
- [Phi-1.5, and Phi-2](https://huggingface.co/spaces/radames/Candle-Phi-1.5-Wasm): text generation.
59+
- [Qwen2.5-Instruct](https://huggingface.co/spaces/ITHwangg/candle-qwen25-wasm-demo): text generation.
5960
- [Segment Anything Model](https://huggingface.co/spaces/radames/candle-segment-anything-wasm): Image segmentation.
6061
- [BLIP](https://huggingface.co/spaces/radames/Candle-BLIP-Image-Captioning): image captioning.
6162

@@ -84,6 +85,8 @@ We also provide a some command line based examples using state of the art models
8485
- [StarCoder](./candle-examples/examples/bigcode/) and
8586
[StarCoder2](./candle-examples/examples/starcoder2/): LLM specialized to code generation.
8687
- [Qwen1.5](./candle-examples/examples/qwen/): Bilingual (English/Chinese) LLMs.
88+
- [Qwen2-Instruct, Qwen2.5-Instruct](./candle-examples/examples/qwen-instruct/): instruct model series from Alibaba Cloud.
89+
- [Quantized Qwen2-Instruct, Qwen2.5-Instruct](./candle-examples/examples/quantized-qwen-instruct/): quantized version of Qwen2-Instruct, Qwen2.5-Instruct.
8790
- [RWKV v5 and v6](./candle-examples/examples/rwkv/): An RNN with transformer level LLM
8891
performance.
8992
- [Replit-code-v1.5](./candle-examples/examples/replit-code/): a 3.3b LLM specialized for code completion.
@@ -220,14 +223,15 @@ If you have an addition to this list, please submit a pull request.
220223
- Replit-code-v1.5-3B.
221224
- Bert.
222225
- Yi-6B and Yi-34B.
223-
- Qwen1.5, Qwen1.5 MoE.
226+
- Qwen1.5, Qwen1.5 MoE, Qwen2-Instruct, Qwen2.5-Instruct.
224227
- RWKV v5 and v6.
225228
- Quantized LLMs.
226229
- Llama 7b, 13b, 70b, as well as the chat and code variants.
227230
- Mistral 7b, and 7b instruct.
228231
- Mixtral 8x7b.
229232
- Zephyr 7b a and b (Mistral-7b based).
230233
- OpenChat 3.5 (Mistral-7b based).
234+
- Qwen2-Instruct, Qwen2.5-Instruct.
231235
- Text to text.
232236
- T5 and its variants: FlanT5, UL2, MADLAD400 (translation), CoEdit (Grammar correction).
233237
- Marian MT (Machine Translation).

0 commit comments

Comments
 (0)