Instructions to use binqiangliu/EmbeddingModelallMiniLML6v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use binqiangliu/EmbeddingModelallMiniLML6v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="binqiangliu/EmbeddingModelallMiniLML6v2")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("binqiangliu/EmbeddingModelallMiniLML6v2") model = AutoModel.from_pretrained("binqiangliu/EmbeddingModelallMiniLML6v2") - Notebooks
- Google Colab
- Kaggle
Commit ·
39cedf9
1
Parent(s): 1621ac9
Upload tf_model.h5 with huggingface_hub
Browse files- tf_model.h5 +3 -0
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24c06a7429b843d46e40c6b167122053921bf94dce2e5550ea5c07fabc597646
|
| 3 |
+
size 91005696
|