Instructions to use RogerKam/subTopics-bigBird-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RogerKam/subTopics-bigBird-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="RogerKam/subTopics-bigBird-base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("RogerKam/subTopics-bigBird-base") model = AutoModelForSequenceClassification.from_pretrained("RogerKam/subTopics-bigBird-base") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 15
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498732142
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a14f3aadee5974357f4face057fc7d835c00966e0dd51926c1ceea792cfb3b8
|
| 3 |
size 498732142
|