SaveBertAndGpt
commited on
Commit
•
87927bf
1
Parent(s):
cf31532
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 the "explain" component of System 4's "Classify then explain" pipeline, as described in our paper Just-DREAM-about-it: Figurative Language Understanding with DREAM-FLUTE, FigLang workshop @ EMNLP 2022 (Arxiv link:
|
8 |
|
9 |
System 4: Two-step System - Classify then explain
|
10 |
|
@@ -30,7 +30,7 @@ We provide a quick example of how you can try out the "explain" component of Sys
|
|
30 |
|
31 |
# More details about DREAM-FLUTE ...
|
32 |
For more details about DREAM-FLUTE, please refer to our:
|
33 |
-
* 📄Paper:
|
34 |
* 💻GitHub Repo: https://github.com/allenai/dream/
|
35 |
|
36 |
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 the "explain" component of System 4's "Classify then explain" pipeline, 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 |
System 4: Two-step System - Classify then explain
|
10 |
|
|
|
30 |
|
31 |
# More details about DREAM-FLUTE ...
|
32 |
For more details about DREAM-FLUTE, please refer to our:
|
33 |
+
* 📄Paper: https://arxiv.org/abs/2210.16407
|
34 |
* 💻GitHub Repo: https://github.com/allenai/dream/
|
35 |
|
36 |
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!
|