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