From da74f4090e4c27015290a2bb9726f40438aa0162 Mon Sep 17 00:00:00 2001 From: invictus717 Date: Mon, 11 Dec 2023 17:36:39 +0800 Subject: [PATCH] Update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fee15d4..72dee6a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## OneLLM: One Framework to Align All Modalities with Language -[[Project Page](https://onellm.csuhan.com)] [[Paper](https://arxiv.org/abs/2312.03700)] [[Web DemošŸ¤—](https://huggingface.co/spaces/csuhan/OneLLM)] +[[Project Page](https://onellm.csuhan.com)] [[Paper](https://arxiv.org/abs/2312.03700)] [[Web DemošŸ¤—](https://huggingface.co/spaces/csuhan/OneLLM)] [[ModelšŸ¤—](https://huggingface.co/csuhan/OneLLM-7B)] ## News @@ -51,7 +51,7 @@ pip install -v --disable-pip-version-check --no-cache-dir --no-build-isolation - ### Models -We provide a preview model at: [csuhan/OneLLM-7B](https://huggingface.co/csuhan/OneLLM-7B). +We provide a preview model on the Hugging Face at: [csuhan/OneLLM-7B](https://huggingface.co/csuhan/OneLLM-7B). ### Demo @@ -83,4 +83,4 @@ python demos/multi_turn_mm.py --gpu_ids 0 --tokenizer_path config/llama2/tokeniz [LLaMA](https://github.com/facebookresearch/llama), [LLaMA-Adapter](https://github.com/OpenGVLab/LLaMA-Adapter), [LLaMA2-Accessory](https://github.com/Alpha-VLLM/LLaMA2-Accessory), [Meta-Transformer](https://github.com/invictus717/MetaTransformer), [ChatBridge](https://github.com/joez17/ChatBridge) ## License -Llama 2 is licensed under the [LLAMA 2 Community License](LICENSE_llama2), Copyright (c) Meta Platforms, Inc. All Rights Reserved. +This project is developed based on Llama 2, please refer to the [LLAMA 2 Community License](LICENSE_llama2).