Instructions to use AnonymousSub/CASCADE_recipes-roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AnonymousSub/CASCADE_recipes-roberta-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="AnonymousSub/CASCADE_recipes-roberta-base")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("AnonymousSub/CASCADE_recipes-roberta-base") model = AutoModel.from_pretrained("AnonymousSub/CASCADE_recipes-roberta-base") - Notebooks
- Google Colab
- Kaggle
Commit ·
26e8836
1
Parent(s): 7bddf3a
Upload model
Browse files- config.json +0 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e034882eafa885b489bea778d2ced1d9cf52c90d98d4ba5cb8cc1c8ba1b7611e
|
| 3 |
+
size 498650925
|