We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297d75b commit 49d236cCopy full SHA for 49d236c
1 file changed
examples/README.md
@@ -0,0 +1,10 @@
1
+# Examples
2
+
3
+* [LLMs on Huggingface](LLMs): Llama-2/3, Phi-3, Qwen2/2.5
4
+* [timm](timm_models)
5
+* [SlimSAM for Segment Anything Models (SAM)](https://github.com/czg1225/SlimSAM)
6
+* [Diffusion Models](https://github.com/VainF/Diff-Pruning)
7
+* [Transformers](transformers): ViTs, Bert, Swin, etc.
8
+* [Isomorphic Pruning (ViTs & ConvNextx)](https://github.com/VainF/Isomorphic-Pruning)
9
+* Yolo: [yolov5](yolov5), [yolov7](yolov7), [yolov8](yolov8)
10
+* [torchvision models](torchvision_models): FasterRCNN, SSD, ResNe(X)t, DenseNet, RegNet, DeepLab, etc.
0 commit comments