Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test pr #176

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions assets/TESTER.yaml
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
Loading