[go: nahoru, domu]

Skip to content

Commit

Permalink
Update with Matmulfree LM
Browse files Browse the repository at this point in the history
  • Loading branch information
ruijie-zhu committed Jun 4, 2024
1 parent 61b05b9 commit 6f16596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6f16596

Please sign in to comment.