Sentence Similarity
Transformers
PyTorch
TensorFlow
Safetensors
bert
feature-extraction
sentence-embedding
multilingual
text-embeddings-inference
Instructions to use aiana94/NaSE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aiana94/NaSE with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("aiana94/NaSE") model = AutoModel.from_pretrained("aiana94/NaSE") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -251,7 +251,7 @@ The full training scripts is accessible in the [training code](https://github.co
|
|
| 251 |
The model was pretrained on 1 40GB NVIDIA A100 GPU for a total of 100k steps.
|
| 252 |
|
| 253 |
|
| 254 |
-
## Citation
|
| 255 |
|
| 256 |
**BibTeX:**
|
| 257 |
|
|
|
|
| 251 |
The model was pretrained on 1 40GB NVIDIA A100 GPU for a total of 100k steps.
|
| 252 |
|
| 253 |
|
| 254 |
+
## Citation
|
| 255 |
|
| 256 |
**BibTeX:**
|
| 257 |
|