Instructions to use sofom/roberta-base-hyperparam-lr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sofom/roberta-base-hyperparam-lr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="sofom/roberta-base-hyperparam-lr")# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("sofom/roberta-base-hyperparam-lr") model = AutoModelForMultimodalLM.from_pretrained("sofom/roberta-base-hyperparam-lr") - 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:f5fb307ad5b363146e42a7013de8dbacf7fa1f2b1ac651c2ffd45886702d75db
|
| 3 |
size 249313784
|