Machine Learning
Lead projects
PyTorch (by Facebook)
TenserFlow (by Google)
GPT3
Keras
AI Assistants
ChatGPT
Perplexity
Claude
AI IDE
Cursor: https://www.cursor.com/
Tools
Foolbox
- wrapper над другими пакетами по нейронкам https://github.com/bethgelab/foolbox
matplotlib numpy pandas scipy scikit-learn
ART Advertorch CleverHans OpenAI API
Projects
LLaMa — языковая модель от Facebook: https://ai.facebook.com/blog/large-language-model-llama-meta-ai/
LMSYS Projects: https://lmsys.org/projects/
У LMSYS есть проект над LLM от Facebook (LLaMa) над векторами от Vicuna: https://github.com/lm-sys/FastChat#fine-tuning-vicuna-7b-with-local-gpus
Можно использовать в своих целях: пару месяцев обучения на корпусе (есть есть вычислительные мощности), проверка экспертов, дообучение. Если для себя, то можно взять уже готовые модели, например, Vicuna model
Whisper — распознавание речи на слух: https://openai.com/research/whisper
Replicate — распознавание изображения: https://replicate.com/collections/image-to-text
ChatGPT
ElevenLabs — text to speech: https://beta.elevenlabs.io/
Работа с LLM на Python: https://python.langchain.com/docs/get_started/introduction.html
GAN ZKML differential privacy
text-to-image
Проприетарные модели: DALL-E, Midjourney (доступны в формате Cloud Service)
Stable Diffusion
Открытая модель: Stable Diffusion
Source Code: https://github.com/Stability-AI/stablediffusion
weights, model card, and code: https://github.com/CompVis/stable-diffusion
An optimized development notebook using the HuggingFace diffusers library.
A public demonstration space can be found here.
For more control and rapid generation, you can try DreamStudio.
Last updated