Instructions to use Nubletz/bert-simplestyle-split-embedding-recon-230 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Nubletz/bert-simplestyle-split-embedding-recon-230 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Nubletz/bert-simplestyle-split-embedding-recon-230")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Nubletz/bert-simplestyle-split-embedding-recon-230") model = AutoModel.from_pretrained("Nubletz/bert-simplestyle-split-embedding-recon-230", 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 437951328
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e8ac98fe9e2d35d761c67e5ddc67ab1f988189ae03f43ec8d1242595d790562
|
| 3 |
size 437951328
|