Instructions to use Fidlobabovic/risk-error with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Fidlobabovic/risk-error with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Fidlobabovic/risk-error")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Fidlobabovic/risk-error") model = AutoModelForSequenceClassification.from_pretrained("Fidlobabovic/risk-error") - Notebooks
- Google Colab
- Kaggle
Upload all_prod_.zip
Browse files- all_prod_.zip +3 -0
all_prod_.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4b107f82c28105cfaf7ab36d8a490adee57b16202c8b51e0271fb5339a6158a
|
| 3 |
+
size 10018487
|