Instructions to use Naveengo/gpt2-medium-on-sql-create-context with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Naveengo/gpt2-medium-on-sql-create-context with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("gpt2-medium") model = PeftModel.from_pretrained(base_model, "Naveengo/gpt2-medium-on-sql-create-context") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
| 1 |
---
|
| 2 |
library_name: peft
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
## Training procedure
|
| 5 |
|
|
@@ -31,4 +37,4 @@ The following `bitsandbytes` quantization config was used during training:
|
|
| 31 |
|
| 32 |
- PEFT 0.5.0
|
| 33 |
|
| 34 |
-
- PEFT 0.5.0
|
|
|
|
| 1 |
---
|
| 2 |
library_name: peft
|
| 3 |
+
datasets:
|
| 4 |
+
- b-mc2/sql-create-context
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
metrics:
|
| 8 |
+
- rouge
|
| 9 |
---
|
| 10 |
## Training procedure
|
| 11 |
|
|
|
|
| 37 |
|
| 38 |
- PEFT 0.5.0
|
| 39 |
|
| 40 |
+
- PEFT 0.5.0
|