Instructions to use my2000cup/Qwen-CSP with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use my2000cup/Qwen-CSP with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -35,7 +35,7 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
| 35 |
)
|
| 36 |
|
| 37 |
# prepare the model input
|
| 38 |
-
prompt = "Give me a short introduction to
|
| 39 |
messages = [
|
| 40 |
{"role": "user", "content": prompt}
|
| 41 |
]
|
|
|
|
| 35 |
)
|
| 36 |
|
| 37 |
# prepare the model input
|
| 38 |
+
prompt = "Give me a short introduction to cataract."
|
| 39 |
messages = [
|
| 40 |
{"role": "user", "content": prompt}
|
| 41 |
]
|