Instructions to use flavour/clipmean-dinov2-small-bge-small-en-v1-5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use flavour/clipmean-dinov2-small-bge-small-en-v1-5 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="flavour/clipmean-dinov2-small-bge-small-en-v1-5", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("flavour/clipmean-dinov2-small-bge-small-en-v1-5", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
e1e7882
1
Parent(s): 744b7c0
Upload model
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_commit_hash": "
|
| 3 |
"_name_or_path": "flavour/vtde-dinov2-small-bge-small-en-v1.5",
|
| 4 |
"architectures": [
|
| 5 |
"VTDEModel"
|
|
|
|
| 1 |
{
|
| 2 |
+
"_commit_hash": "33668a3c5666583dd0f8a5b6c65472b92fbd8fbf",
|
| 3 |
"_name_or_path": "flavour/vtde-dinov2-small-bge-small-en-v1.5",
|
| 4 |
"architectures": [
|
| 5 |
"VTDEModel"
|