Sentence Similarity
Transformers
Safetensors
Italian
bert
feature-extraction
text-embeddings-inference
Instructions to use DeepMount00/Anita with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DeepMount00/Anita with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("DeepMount00/Anita") model = AutoModel.from_pretrained("DeepMount00/Anita", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload model.safetensors
Browse files- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5af30d784ffea9b25c5fde5730cf19f2d3fa3a37b3fa974194edd05c8bd0c7b
|
| 3 |
+
size 442805096
|