Skip to content

Commit

Permalink
Update table's style (ModelCloud#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
CSY-ModelCloud authored Jun 18, 2024
1 parent c3deea7 commit 592c0b5
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 592c0b5

Please sign in to comment.