Update README.md
Browse files
README.md
CHANGED
|
@@ -21,11 +21,11 @@ Generate 4GL Scripts from english prompts
|
|
| 21 |
- **License:** MIT
|
| 22 |
- **Finetuned from model:** microsoft/phi-2
|
| 23 |
|
| 24 |
-
### Model Sources
|
| 25 |
|
| 26 |
<!-- Provide the basic links for the model. -->
|
| 27 |
|
| 28 |
-
- **Repository:** https://huggingface.co/amithsourya/Script-Generate-4GL-
|
| 29 |
- **Demo:**
|
| 30 |
```python
|
| 31 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
|
|
| 21 |
- **License:** MIT
|
| 22 |
- **Finetuned from model:** microsoft/phi-2
|
| 23 |
|
| 24 |
+
### Model Sources
|
| 25 |
|
| 26 |
<!-- Provide the basic links for the model. -->
|
| 27 |
|
| 28 |
+
- **Repository:** https://huggingface.co/amithsourya/Script-Generate-4GL-V2.0/blob/main/adapter_model.safetensors
|
| 29 |
- **Demo:**
|
| 30 |
```python
|
| 31 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|