Instructions to use ThomasLI/efficient_mlm_m0.40-finetuned-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ThomasLI/efficient_mlm_m0.40-finetuned-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ThomasLI/efficient_mlm_m0.40-finetuned-classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ThomasLI/efficient_mlm_m0.40-finetuned-classification") model = AutoModelForSequenceClassification.from_pretrained("ThomasLI/efficient_mlm_m0.40-finetuned-classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
b01f75c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:37419468ead27c054f4c6f4c80b3cd20086c1c2af8e4cd61ebb982ebfd2ec37e
size 3579
|