Instructions to use anahitapld/robera-base-dbd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use anahitapld/robera-base-dbd with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="anahitapld/robera-base-dbd")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("anahitapld/robera-base-dbd") model = AutoModelForSequenceClassification.from_pretrained("anahitapld/robera-base-dbd") - Notebooks
- Google Colab
- Kaggle
Commit ·
b85c774
1
Parent(s): 8230100
Upload training_args.bin
Browse files- training_args.bin +3 -0
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f2f585d0c8ef676b403c6f15562023146438f407276054cfa386f2c0d63a0e5
|
| 3 |
+
size 3055
|