Instructions to use rose-e-wang/tools_a6000_3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rose-e-wang/tools_a6000_3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="rose-e-wang/tools_a6000_3")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("rose-e-wang/tools_a6000_3") model = AutoModelForSequenceClassification.from_pretrained("rose-e-wang/tools_a6000_3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Size of remote file:
- 1.42 GB
- SHA256:
- b0f2e0ef0426f558b1a24231091182f40972c9cabae0cbcbd3bc4f548aaed474
·
Git Large File Storage (LFS) replaces large files with text pointers inside Git, while storing the file contents on a remote server. More info.