Instructions to use pvaluedotone/bigbird-flight with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pvaluedotone/bigbird-flight with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="pvaluedotone/bigbird-flight")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("pvaluedotone/bigbird-flight") model = AutoModelForSequenceClassification.from_pretrained("pvaluedotone/bigbird-flight", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files
runs/Jun03_11-14-38_r-pvaluedotone-bigbird-sentiment-h6p4olmf-3196a-urr3c/events.out.tfevents.1748949283.r-pvaluedotone-bigbird-sentiment-h6p4olmf-3196a-urr3c.196.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76d09a843063156921e4d7d8ef201ca09fb6d73765aaec4aaf566b9e70ab0dd5
|
| 3 |
+
size 41616
|