Chameleon class name is changed (#7)

- update (7b7080082a23044b54eb7b88bfda817b9924818b)


Co-authored-by: Raushan Turganbay <RaushanTurganbay@users.noreply.huggingface.co>
This commit is contained in:
Cherrytest
2025-05-20 13:49:34 +00:00
parent 7adfb262b7
commit 4d345b90e0
16 changed files with 197438 additions and 42 deletions

View File

@@ -1,47 +1,43 @@
---
license: Apache License 2.0
#model-type:
##如 gpt、phi、llama、chatglm、baichuan 等
#- gpt
#domain:
##如 nlp、cv、audio、multi-modal
#- nlp
#language:
##语言代码列表 https://help.aliyun.com/document_detail/215387.html?spm=a2c4g.11186623.0.0.9f8d7467kni6Aa
#- cn
#metrics:
##如 CIDEr、Blue、ROUGE 等
#- CIDEr
#tags:
##各种自定义,包括 pretrained、fine-tuned、instruction-tuned、RL-tuned 等训练方法和其他
#- pretrained
#tools:
##如 vllm、fastchat、llamacpp、AdaSeq 等
#- vllm
license: other
license_name: chameleon-research-license
license_link: https://ai.meta.com/resources/models-and-libraries/chameleon-license/
extra_gated_prompt: '### META CHAMELEON RESEARCH LICENSE AGREEMENT'
extra_gated_fields:
First Name: text
Last Name: text
Date of birth: date_picker
Country: country
Affiliation: text
I accept the terms and conditions: checkbox
geo: ip_location
extra_gated_description: Meta Chameleon Research License and Acceptable Use Policy
extra_gated_button_content: I Accept Meta Chameleon Research License and AUP
pipeline_tag: image-text-to-text
---
### 当前模型的贡献者未提供更加详细的模型介绍。模型文件和权重,可浏览“模型文件”页面获取。
#### 您可以通过如下git clone命令或者ModelScope SDK来下载模型
SDK下载
```bash
#安装ModelScope
pip install modelscope
# **Meta Chameleon 7B**
Repository for Meta Chameleon, a mixed-modal early-fusion foundation model from FAIR. See the [Chameleon paper](//arxiv.org/abs/2405.09818) for more information.
The [Chameleon collection](//huggingface.co/collections/facebook/chameleon-668da9663f80d483b4c61f58) on HuggingFace contains [7 billion parameter](//huggingface.co/facebook/chameleon-7b) and [30 billion parameter](//huggingface.co/facebook/chameleon-30b) model checkpoints.
*[more details and usage examples coming soon]*
### Citation
To cite the paper, model, or software, please use the below:
```
```python
#SDK模型下载
from modelscope import snapshot_download
model_dir = snapshot_download('facebook/chameleon-7b')
```
Git下载
```
#Git模型下载
git clone https://www.modelscope.cn/facebook/chameleon-7b.git
@article{Chameleon_Team_Chameleon_Mixed-Modal_Early-Fusion_2024,
author = {Chameleon Team},
doi = {10.48550/arXiv.2405.09818},
journal = {arXiv preprint arXiv:2405.09818},
title = {Chameleon: Mixed-Modal Early-Fusion Foundation Models},
url = {https://github.com/facebookresearch/chameleon},
year = {2024}
}
```
<p style="color: lightgrey;">如果您是本模型的贡献者,我们邀请您根据<a href="https://modelscope.cn/docs/ModelScope%E6%A8%A1%E5%9E%8B%E6%8E%A5%E5%85%A5%E6%B5%81%E7%A8%8B%E6%A6%82%E8%A7%88" style="color: lightgrey; text-decoration: underline;">模型贡献文档</a>,及时完善模型卡片内容。</p>
### License
Use of this repository and related resources are governed by the [Chameleon Research License](//ai.meta.com/resources/models-and-libraries/chameleon-license) and this repository's [LICENSE](./LICENSE) file.