Instructions to use samiths/Script-Generate-4GL-V1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use samiths/Script-Generate-4GL-V1.0 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("samiths/Script-Generate-4GL-V1.0", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Amith Sourya Sadineni commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ base_model:
|
|
| 13 |
|
| 14 |
### Model Description
|
| 15 |
|
| 16 |
-
|
| 17 |
|
| 18 |
- **Developed by:** Amith Sourya Sadineni
|
| 19 |
- **Model type:** Text Generation
|
|
|
|
| 13 |
|
| 14 |
### Model Description
|
| 15 |
|
| 16 |
+
Generate 4GL Scripts from english prompts
|
| 17 |
|
| 18 |
- **Developed by:** Amith Sourya Sadineni
|
| 19 |
- **Model type:** Text Generation
|