Instructions to use elliotthwang/m3e-base-tw with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use elliotthwang/m3e-base-tw with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="elliotthwang/m3e-base-tw")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("elliotthwang/m3e-base-tw") model = AutoModel.from_pretrained("elliotthwang/m3e-base-tw") - Notebooks
- Google Colab
- Kaggle
Delete model.safetensors
Browse files- model.safetensors +0 -3
model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f286e7de8e6ddb3da608a7b879f5b4cf0a0836f3cfce5b907d5baa3ff23b1254
|
| 3 |
-
size 409092920
|
|
|
|
|
|
|
|
|
|
|
|