diff --git a/README.md b/README.md index 344c14e..f95be4c 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ outputs = model.generate(input_ids, max_length=32, do_sample=True, top_p=0.4, t print(tokenizer.batch_decode(outputs, skip_special_tokens=True)[0]) ``` -All of the pretrained models currently available can be found in [`fla-hub`](https://huggingface.co/fla-hub). +All of the pretrained models currently available can be found in [`huggingface`](https://huggingface.co/collections/ridger/matmulfree-lm-665f4d2b4e4648756e0dd13c). ```py >>> from huggingface_hub import list_models >>> for model in list_models(author='mmfreelm-hub'): print(model.id)