Instructions to use prithivida/all-MiniLM-L6-v2-gguf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivida/all-MiniLM-L6-v2-gguf with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("prithivida/all-MiniLM-L6-v2-gguf", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"model_type": "bert"
|
| 3 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "nreimers/MiniLM-L6-H384-uncased",
|
| 3 |
"model_type": "bert"
|
| 4 |
}
|