Manusagents/GPT-5.5-Gemini-3.1-Pro-Grok-4-Claude-Fable-5-Mythos-5-Qwen-3.7-Max-and-more-Distillation-Dataset
Viewer • Updated • 18.5M • 7.27k • 76
How to use Hamzajutt17/60540 with sentence-transformers:
from sentence_transformers import SentenceTransformer
model = SentenceTransformer("Hamzajutt17/60540")
sentences = [
"The weather is lovely today.",
"It's so sunny outside!",
"He drove to the stadium."
]
embeddings = model.encode(sentences)
similarities = model.similarity(embeddings, embeddings)
print(similarities.shape)
# [3, 3]A professional AI Study Assistant built using Google Gemini, Python and Gradio.
Create a Hugging Face Space using Gradio.
Upload:
Go to
Settings → Variables and Secrets
Create
GEMINI_API_KEY
Paste your Gemini API key.
The application will automatically deploy.
Muhammad Hamza