Instructions to use jie-jw-wu/clarify-coder-oversample with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use jie-jw-wu/clarify-coder-oversample with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/project/def-fard/jie/deepseek-ai/deepseek-coder-6.7b-instruct") model = PeftModel.from_pretrained(base_model, "jie-jw-wu/clarify-coder-oversample") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -156,7 +156,7 @@ Use the code below to get started with the model.
|
|
| 156 |
|
| 157 |
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 158 |
|
| 159 |
-
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in
|
| 160 |
|
| 161 |
- **Hardware Type:** [More Information Needed]
|
| 162 |
- **Hours used:** [More Information Needed]
|
|
|
|
| 156 |
|
| 157 |
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 158 |
|
| 159 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in Lacoste et al. (2019).
|
| 160 |
|
| 161 |
- **Hardware Type:** [More Information Needed]
|
| 162 |
- **Hours used:** [More Information Needed]
|