Instructions to use Nubletz/bert-simplestyle-encoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Nubletz/bert-simplestyle-encoder with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Nubletz/bert-simplestyle-encoder")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Nubletz/bert-simplestyle-encoder") model = AutoModel.from_pretrained("Nubletz/bert-simplestyle-encoder") - 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:c85e2fdc9154eec81f17e1786c9bb8dc2c96c5b7ce7fada8f496e4d17a4ba124
|
| 3 |
size 437951328
|