Instructions to use KheireddineDaouadi/SIMCSEARA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KheireddineDaouadi/SIMCSEARA with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="KheireddineDaouadi/SIMCSEARA")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("KheireddineDaouadi/SIMCSEARA") model = AutoModel.from_pretrained("KheireddineDaouadi/SIMCSEARA") - Notebooks
- Google Colab
- Kaggle
How did you train SIMCSE on Arabic dataset?
#1
by malek-ben-abdallah - opened
Hello,
I want to ask you if you have used supervised or unsupervised SIMCSE and on which dataset you trained it on? can you provide more details as I am interested to get the sentences embedding of an Arabic dataset using SIMCSE.
Thank you!