Instructions to use tim-d/CurtGPT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tim-d/CurtGPT with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("teknium/Puffin-Phi-v2") model = PeftModel.from_pretrained(base_model, "tim-d/CurtGPT") - Notebooks
- Google Colab
- Kaggle
updated readme
Browse files
README.md
CHANGED
|
@@ -7,6 +7,8 @@ datasets:
|
|
| 7 |
- LDJnr/Puffin
|
| 8 |
- pvduy/rm_hh_helpful_only
|
| 9 |
library_name: peft
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
<table>
|
| 12 |
<tr>
|
|
|
|
| 7 |
- LDJnr/Puffin
|
| 8 |
- pvduy/rm_hh_helpful_only
|
| 9 |
library_name: peft
|
| 10 |
+
widget:
|
| 11 |
+
- text: "USER: What's better, farming, or using computers (which suck)\nASSISTANT:"
|
| 12 |
---
|
| 13 |
<table>
|
| 14 |
<tr>
|