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
|
@@ -1,6 +1,6 @@
|
|
| 1 |
<table>
|
| 2 |
<tr>
|
| 3 |
-
<td style="width: 30%; text-align:
|
| 4 |
|
| 5 |
# CurtGPT
|
| 6 |
Using Microsoft's Phi 1.5 model like it was never intended.
|
|
|
|
| 1 |
<table>
|
| 2 |
<tr>
|
| 3 |
+
<td style="width: 30%; text-align: left; vertical-align: middle">
|
| 4 |
|
| 5 |
# CurtGPT
|
| 6 |
Using Microsoft's Phi 1.5 model like it was never intended.
|