SaveBertAndGpt
commited on
Commit
•
a8bd23d
1
Parent(s):
5159f77
Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ license: "cc-by-4.0" # Example: apache-2.0 or any license from https://hf.co/do
|
|
4 |
library_name: "transformers" # Optional. Example: keras or any library from https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Libraries.ts
|
5 |
---
|
6 |
# Model description
|
7 |
-
This is the T5-3B model for System 3 DREAM-FLUTE (motivation), as described in our paper Just-DREAM-about-it: Figurative Language Understanding with DREAM-FLUTE, FigLang workshop @ EMNLP 2022 (Arxiv link:
|
8 |
|
9 |
Systems 3: DREAM-FLUTE - Providing DREAM’s different dimensions as input context
|
10 |
|
@@ -32,7 +32,7 @@ We provide a quick example of how you can try out DREAM-FLUTE (motivation) in ou
|
|
32 |
```
|
33 |
# More details about DREAM-FLUTE ...
|
34 |
For more details about DREAM-FLUTE, please refer to our:
|
35 |
-
* 📄Paper:
|
36 |
* 💻GitHub Repo: https://github.com/allenai/dream/
|
37 |
|
38 |
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!
|
|
|
4 |
library_name: "transformers" # Optional. Example: keras or any library from https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Libraries.ts
|
5 |
---
|
6 |
# Model description
|
7 |
+
This is the T5-3B model for System 3 DREAM-FLUTE (motivation), as described in our paper Just-DREAM-about-it: Figurative Language Understanding with DREAM-FLUTE, FigLang workshop @ EMNLP 2022 (Arxiv link: https://arxiv.org/abs/2210.16407)
|
8 |
|
9 |
Systems 3: DREAM-FLUTE - Providing DREAM’s different dimensions as input context
|
10 |
|
|
|
32 |
```
|
33 |
# More details about DREAM-FLUTE ...
|
34 |
For more details about DREAM-FLUTE, please refer to our:
|
35 |
+
* 📄Paper: https://arxiv.org/abs/2210.16407
|
36 |
* 💻GitHub Repo: https://github.com/allenai/dream/
|
37 |
|
38 |
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!
|