-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
- type: model | ||
name: Yi | ||
organization: 01 AI | ||
description: The Yi series models are large language models trained from scratch | ||
by developers at 01 AI. | ||
created_date: 2023-11-02 | ||
url: https://github.com/01-ai/Yi | ||
model_card: https://huggingface.co/01-ai/Yi-34B | ||
modality: text; text | ||
analysis: Evaluated on standard language benchmarks, common sense reasoning, and | ||
reading comprehension in comparison to SoTA LLMs. | ||
size: 34B parameters (dense) | ||
dependencies: [] | ||
training_emissions: unknown | ||
training_time: unknown | ||
training_hardware: unknown | ||
quality_control: Model underwent supervised fine-tuning, leading to a greater | ||
diversity of responses. | ||
access: open | ||
license: | ||
explanation: Model license can be found at https://huggingface.co/01-ai/Yi-34B/blob/main/LICENSE. | ||
Code license is under Apache 2.0 | ||
value: custom | ||
intended_uses: '' | ||
prohibited_uses: none | ||
monitoring: unknown | ||
feedback: https://huggingface.co/01-ai/Yi-34B/discussions | ||
- type: model | ||
name: Yi-VL | ||
organization: 01 AI | ||
description: The Yi Vision Language (Yi-VL) model is the open-source, multimodal | ||
version of the Yi Large Language Model (LLM) series, enabling content comprehension, | ||
recognition, and multi-round conversations about images. | ||
created_date: 2024-01-23 | ||
url: https://github.com/01-ai/Yi | ||
model_card: https://huggingface.co/01-ai/Yi-VL-34B | ||
modality: text; text | ||
analysis: Yi-VL outperforms all existing open-source models in MMMU and CMMMU, | ||
two advanced benchmarks that include massive multi-discipline multimodal questions | ||
(based on data available up to January 2024). | ||
size: 34B parameters (dense) | ||
dependencies: [] | ||
training_emissions: unknown | ||
training_time: 10 days | ||
training_hardware: 128 NVIDIA A800 (80G) GPUs | ||
quality_control: unknown | ||
access: open | ||
license: | ||
explanation: Model license can be found at https://huggingface.co/01-ai/Yi-VL-34B/blob/main/LICENSE. | ||
Code license is under Apache 2.0 | ||
value: custom | ||
intended_uses: '' | ||
prohibited_uses: '' | ||
monitoring: unknown | ||
feedback: https://huggingface.co/01-ai/Yi-VL-34B/discussions |