Instructions to use sofom/roberta-base-hyperaram with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sofom/roberta-base-hyperaram with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="sofom/roberta-base-hyperaram")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("sofom/roberta-base-hyperaram") model = AutoModel.from_pretrained("sofom/roberta-base-hyperaram", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 249313784
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42d8a6faeb283b3d2866435e5b571679b44d299bafcae59b1bfc3bb16c86ef32
|
| 3 |
size 249313784
|