Instructions to use allenai/System1_FigLang2022 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use allenai/System1_FigLang2022 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("allenai/System1_FigLang2022") model = AutoModelForSeq2SeqLM.from_pretrained("allenai/System1_FigLang2022") - Notebooks
- Google Colab
- Kaggle
Commit ·
ac441e7
1
Parent(s): ea69b71
Update README.md
Browse files
README.md
CHANGED
|
@@ -33,7 +33,7 @@ We provide a quick example of how you can try out System 1 in our paper with jus
|
|
| 33 |
|
| 34 |
# More details about DREAM-FLUTE ...
|
| 35 |
For more details about DREAM-FLUTE, please refer to our:
|
| 36 |
-
* 📄Paper:
|
| 37 |
* 💻GitHub Repo: https://github.com/allenai/dream/
|
| 38 |
|
| 39 |
This model is part of our DREAM-series of works. This is a line of research where we make use of scene elaboration for building a "mental model" of situation given in text. Check out our GitHub Repo for more!
|
|
|
|
| 33 |
|
| 34 |
# More details about DREAM-FLUTE ...
|
| 35 |
For more details about DREAM-FLUTE, please refer to our:
|
| 36 |
+
* 📄Paper: https://arxiv.org/abs/2210.16407
|
| 37 |
* 💻GitHub Repo: https://github.com/allenai/dream/
|
| 38 |
|
| 39 |
This model is part of our DREAM-series of works. This is a line of research where we make use of scene elaboration for building a "mental model" of situation given in text. Check out our GitHub Repo for more!
|