Instructions to use Orcawise/eu_ai_act_using_base_t5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Orcawise/eu_ai_act_using_base_t5 with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("google/flan-t5-base") model = PeftModel.from_pretrained(base_model, "Orcawise/eu_ai_act_using_base_t5") - Notebooks
- Google Colab
- Kaggle
updated text generation model
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ tags:
|
|
| 7 |
model-index:
|
| 8 |
- name: results
|
| 9 |
results: []
|
| 10 |
-
pipeline_tag:
|
| 11 |
---
|
| 12 |
|
| 13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 7 |
model-index:
|
| 8 |
- name: results
|
| 9 |
results: []
|
| 10 |
+
pipeline_tag: text-generation
|
| 11 |
---
|
| 12 |
|
| 13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|