Instructions to use MixAT-paper/Zephyr-7B-MixAT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use MixAT-paper/Zephyr-7B-MixAT with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceH4/zephyr-7b-beta") model = PeftModel.from_pretrained(base_model, "MixAT-paper/Zephyr-7B-MixAT") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -142,7 +142,6 @@ Use the code below to get started with the model.
|
|
| 142 |
|
| 143 |
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 144 |
|
| 145 |
-
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 146 |
|
| 147 |
- **Hardware Type:** [More Information Needed]
|
| 148 |
- **Hours used:** [More Information Needed]
|
|
|
|
| 142 |
|
| 143 |
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 144 |
|
|
|
|
| 145 |
|
| 146 |
- **Hardware Type:** [More Information Needed]
|
| 147 |
- **Hours used:** [More Information Needed]
|