Instructions to use calbors/ReVar with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use calbors/ReVar with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="calbors/ReVar", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("calbors/ReVar", trust_remote_code=True, dtype="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 332860784
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16070e27908737542bfd3bd9baa23a76f61b5d56ca72738229dc9ec3f92e4f0e
|
| 3 |
size 332860784
|