Instructions to use privacy-tech-lab/MultitaskBaseModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use privacy-tech-lab/MultitaskBaseModel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="privacy-tech-lab/MultitaskBaseModel")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("privacy-tech-lab/MultitaskBaseModel") model = AutoModelForSequenceClassification.from_pretrained("privacy-tech-lab/MultitaskBaseModel") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
3eb59ab | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:17049ef13d68fa5b289295d5bf0f8f90e6aafc3749959452d87398e089e5373d
size 437962832
|