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