Instructions to use EndLessTime/fine_tuned_all_domains with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EndLessTime/fine_tuned_all_domains with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="EndLessTime/fine_tuned_all_domains")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("EndLessTime/fine_tuned_all_domains") model = AutoModelForSequenceClassification.from_pretrained("EndLessTime/fine_tuned_all_domains", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- d4f298ff715112ec389ef5d0154d5122a69016591ee63ee07974d5952dfaef7e
- Size of remote file:
- 1.18 GB
- SHA256:
- 9977b88720ea13a5dd31120294496292e60834708201246bb2b1fbc065494502
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.