Instructions to use HiDolen/Mini-BS-RoFormer-18M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HiDolen/Mini-BS-RoFormer-18M with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("HiDolen/Mini-BS-RoFormer-18M", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Could you please offer the pl_utils?
#1
by LogicKino - opened
Hello, great work! I'm trying to reproduce this work to more instruments. Could you please offer your pl_utils file? Thank you!
Thanks! The pl_utils library is available at https://github.com/HiDolen/pytorch_lightning_quick_start_utils and can be installed directly with:
pip install git+https://github.com/HiDolen/pytorch_lightning_quick_start_utils
It's written quite crudely—mainly for my own convenience. So the code may change drastically in the future. You can pin it to version 0.2.3 by adding @v0.2.3 at the end of the install command.