Instructions to use MaCoCu/MaltBERTa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MaCoCu/MaltBERTa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="MaCoCu/MaltBERTa")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("MaCoCu/MaltBERTa") model = AutoModel.from_pretrained("MaCoCu/MaltBERTa") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- aa95b38e47fb3807bea96591086b742d4a5e6fc799f761563218be83bd946a37
- Size of remote file:
- 443 MB
- SHA256:
- f49e8de6e4c281d711f82d6c68b4e5bc9ff7c349c336d1a0a16955f025509dff
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.