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

Replace some references to the HF org #141

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ An open-reproduction effort to reproduce the transformer based [MUSE](https://mu

## Demo

👉 https://huggingface.co/spaces/openMUSE/MUSE
👉 https://huggingface.co/spaces/amused/amused

## Goal
This repo is for reproduction of the [MUSE](https://arxiv.org/abs/2301.00704) model. The goal is to create a simple and scalable repo, to reproduce MUSE and build knowedge about VQ + transformers at scale.
Expand All @@ -16,7 +16,7 @@ Project stages:
4. Train the full (base-256) model on LAION + COYO.
5. Train the full (base-512) model on LAION + COYO.

All the artifacts of this project will be uploaded to the [openMUSE](https://huggingface.co/openMUSE) organization on the huggingface hub.
All the artifacts of this project will be uploaded to the [amused](https://huggingface.co/amused) organization on the Hugging Face Hub.

## Usage

Expand Down