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 cache_docs.zip
Browse files- cache_docs.zip +3 -0
cache_docs.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e782c37a35a6b4215ac2b59cc1f6765cfc1fcc0672e2ac61442fae499814a7d
|
| 3 |
+
size 139166
|