Upload hf-libraries.csv
Browse files- hf-libraries.csv +29 -0
hf-libraries.csv
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
library,category,description
|
| 2 |
+
Transformers,models,Pretrained ML models
|
| 3 |
+
Datasets,datasets,Access and preprocess datasets of any type and size for model training
|
| 4 |
+
Tokenizers,tokenization,Rust-based implementations of the most common tokenization algorithms for research and production
|
| 5 |
+
Diffusers,models,Pretrained diffusion models
|
| 6 |
+
pytorch-image-models (timm),models,Pretrained image models
|
| 7 |
+
LeRobot,models,Pretrained robotics models and datasets
|
| 8 |
+
Sentence Transformers,models,Pretrained text and image embedding models
|
| 9 |
+
Accelerate,training,Unified distributed training framework
|
| 10 |
+
PEFT,training,Parameter efficient fine-tuning methods for efficiently adapting large pretrained models to downstream tasks
|
| 11 |
+
TRL,training,Reinforcement learning methods for training transformer models
|
| 12 |
+
SetFit,training,Few-shot fine-tuning methods for Sentence Transformers
|
| 13 |
+
nanotron,training,Lightweight 3D parallelism pretraining for transformer models (production)
|
| 14 |
+
picotron,training,Lightweight 4D parallelism pretraining for transformer models (educational)
|
| 15 |
+
Optimum,optimization,Optimized training and inference for Transformers on specific hardware
|
| 16 |
+
Quanto,quantization,Quantize model weights and activations
|
| 17 |
+
bitsandbytes,quantization,8 and 4-bit model quantization
|
| 18 |
+
Text generation inference,serving,Deploy and serve high-performance large language models for inference
|
| 19 |
+
Text embeddings inference,serving,Deploy and serve high-performance text embedding models for inference
|
| 20 |
+
Gradio,ML apps,Build and share ML apps
|
| 21 |
+
Argilla,datasets,Collaboration tool for building high-quality datasets
|
| 22 |
+
Distilabel,datasets,Framework for generating synthetic data and AI feedback
|
| 23 |
+
candle,ML framework,Rust-based ML framework for enabling serverless inference
|
| 24 |
+
smolagents,agents,Build and run agents
|
| 25 |
+
transformers.js,ML framework,JavaScript implementation of Transformers for browsers
|
| 26 |
+
Safetensors,models,New format for safely storing tensors
|
| 27 |
+
huggingface_hub,Hub,Python client for the Hugging Face Hub
|
| 28 |
+
huggingface.js,Hub,JavaScript libraries for interacting with the Hub API
|
| 29 |
+
Lighteval,evaluation,Evaluate LLMs across multiple backends
|