Instructions to use Vinnnf/LLaMA-2-7B-MaskLLM-C4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Vinnnf/LLaMA-2-7B-MaskLLM-C4 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Vinnnf/LLaMA-2-7B-MaskLLM-C4", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -31,4 +31,4 @@ The following masks were trained and provided by [@VainF](https://github.com/Vai
|
|
| 31 |
|
| 32 |
## How to use it
|
| 33 |
|
| 34 |
-
Please see [NVlabs/MaskLLM](https://github.com/NVlabs/MaskLLM?tab=readme-ov-file#1-pre-trained-masks-for-
|
|
|
|
| 31 |
|
| 32 |
## How to use it
|
| 33 |
|
| 34 |
+
Please see [NVlabs/MaskLLM](https://github.com/NVlabs/MaskLLM?tab=readme-ov-file#1-pre-trained-masks-for-hugging-face-models-).
|