From 592c0b505d18a11b8f52dfb43748394b71e79b06 Mon Sep 17 00:00:00 2001 From: csy-modelcloud Date: Tue, 18 Jun 2024 14:31:21 +0800 Subject: [PATCH] Update table's style (#49) --- README.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 6c36bd68..694841a2 100644 --- a/README.md +++ b/README.md @@ -256,18 +256,16 @@ print( ## Supported Models -| Model | | Model | | Model | | -|------------------|-----|----------|-----|-----------------|----| -| Baichuan | ✅ | Gpt2 | ✅ | Phi | ✅ | -| Bloom | ✅ | Gptj | ✅ | Qwen | ✅ | -| Chatglm | ✅ | Internlm | ✅ | Qwen2 | ✅ | -| Codegen | ✅ | Llama | ✅ | RefinedWeb | ✅ | -| Cohere | ✅ | Longllama | ✅ | RefinedWebModel | ✅ | -| Deci | ✅ | Mistral | ✅ | Stablelm_epoch | ✅ | -| Falcon | ✅ | Mixtral | ✅ | Starcoder2 | ✅ | -| Gemma | ✅ | Moss | ✅ | Xverse | ✅ | -| Gpt_bigcode | ✅ | Mpt | ✅ | Yi | ✅ | -| Gpt_neox | ✅ | Opt | ✅ | | | +| Model | | | | | | | | +|------------------|----|--------------|----|--------------|----|------------------|----| +| baichuan | ✅ | gpt_bigcode | ✅ | mixtral | ✅ | RefinedWebModel | ✅ | +| bloom | ✅ | gpt_neox | ✅ | moss | ✅ | stablelm_epoch | ✅ | +| chatglm | ✅ | gpt2 | ✅ | mpt | ✅ | starcoder2 | ✅ | +| codegen | ✅ | gptj | ✅ | opt | ✅ | xverse | ✅ | +| cohere | ✅ | internlm | ✅ | phi | ✅ | Yi | ✅ | +| deci | ✅ | llama | ✅ | qwen | ✅ | | | +| falcon | ✅ | longllama | ✅ | qwen2 | ✅ | | | +| gemma | ✅ | mistral | ✅ | RefinedWeb | ✅ | | | ## Supported Evaluation Tasks Currently, `auto_gptq_next` supports: `LanguageModelingTask`, `SequenceClassificationTask` and `TextSummarizationTask`; more Tasks will come soon!