Instructions to use jrc-ai/PreDA-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jrc-ai/PreDA-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("jrc-ai/PreDA-base") model = AutoModelForSeq2SeqLM.from_pretrained("jrc-ai/PreDA-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
# PreDA-base (Prefix-Based Dream Reports Annotation)
|
| 18 |
|
| 19 |
-
|
| 20 |
|
| 21 |
## Intended uses & limitations
|
| 22 |
|
|
|
|
| 16 |
|
| 17 |
# PreDA-base (Prefix-Based Dream Reports Annotation)
|
| 18 |
|
| 19 |
+
Weights of the model described in the LOD 2025 paper [PreDA: Prefix-Based Dream Reports Annotation with Generative Language Models](https://link.springer.com/chapter/10.1007/978-3-032-21477-5_13). It is a fine-tuned version of [google-t5/t5-base](https://huggingface.co/google-t5/t5-small) on the annotated [Dreambank.net](https://dreambank.net/) dataset.It achieves the following results on the evaluation set:
|
| 20 |
|
| 21 |
## Intended uses & limitations
|
| 22 |
|