Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
kastan
/
ai-teaching-assistant
like
7
Runtime error
App
Files
Files
Community
main
ai-teaching-assistant
1 contributor
History:
19 commits
kastan
added truncation to clip tokenizer. TODO: only use the question, not the context.
bfad9ae
over 1 year ago
input_features
fix input features to be FP16, as assumed for CPU
over 1 year ago
lecture_slides
added Pinecone text retrieval, CLIP text-to-image retrieval, and CLIP image-to-image retrieval
over 1 year ago
.gitattributes
Safe
1.48 kB
initial commit
over 1 year ago
README.md
Safe
239 Bytes
added Pinecone text retrieval, CLIP text-to-image retrieval, and CLIP image-to-image retrieval
over 1 year ago
app.py
Safe
11.6 kB
again, remove the <br> tags
over 1 year ago
clip_for_ppts.py
Safe
7.11 kB
added truncation to clip tokenizer. TODO: only use the question, not the context.
over 1 year ago
gpu_memory_utils.py
Safe
2.2 kB
add custom dependencies
over 1 year ago
requirements.txt
Safe
173 Bytes
catch when no cuda device is available, fallback to CPU
over 1 year ago
retrieval.py
Safe
4.02 kB
adding new Pinecone index to demo
over 1 year ago