Transformers
PyTorch
Safetensors
English
t5
text2text-generation
text2text generation
text-generation-inference
Instructions to use haining/scientific_abstract_simplification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use haining/scientific_abstract_simplification with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("haining/scientific_abstract_simplification") model = AutoModelForSeq2SeqLM.from_pretrained("haining/scientific_abstract_simplification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -40,7 +40,7 @@ widget:
|
|
| 40 |
# TL;DR
|
| 41 |
|
| 42 |
Scientific Abstract Simplification-baseline *translates* hard-to-read scientific abstracts😵 into more accessible language😇. We hope it can make scientific knowledge accessible for everyone🤗.
|
| 43 |
-
If you already used our baseline model[`sas_baseline`](https://huggingface.co/haining/sas_baseline), the current model just performs better on *all* metrics.
|
| 44 |
|
| 45 |
Try it now with the Hosted inference API on the right.
|
| 46 |
You can choose an existing example or paste in any (perhaps full-of-jargon) abstract. Remember to prepend the instruction to the abstract ("summarize, simplify, and contextualize: "; notice, there is a whitespace after the colon). Local use refers to Section [Usage](#Usage).
|
|
@@ -164,7 +164,7 @@ Please [contact us](mailto:hw56@indiana.edu) for any questions or suggestions.
|
|
| 164 |
|
| 165 |
# Disclaimer
|
| 166 |
|
| 167 |
-
The model (
|
| 168 |
|
| 169 |
|
| 170 |
# Acknowledgement
|
|
|
|
| 40 |
# TL;DR
|
| 41 |
|
| 42 |
Scientific Abstract Simplification-baseline *translates* hard-to-read scientific abstracts😵 into more accessible language😇. We hope it can make scientific knowledge accessible for everyone🤗.
|
| 43 |
+
If you already used our baseline model [`sas_baseline`](https://huggingface.co/haining/sas_baseline), the current model just performs better on *all* metrics.
|
| 44 |
|
| 45 |
Try it now with the Hosted inference API on the right.
|
| 46 |
You can choose an existing example or paste in any (perhaps full-of-jargon) abstract. Remember to prepend the instruction to the abstract ("summarize, simplify, and contextualize: "; notice, there is a whitespace after the colon). Local use refers to Section [Usage](#Usage).
|
|
|
|
| 164 |
|
| 165 |
# Disclaimer
|
| 166 |
|
| 167 |
+
The model (scientific_abstract_simplification) is created for making scientific abstracts more accessible. Its outputs should not be used or trusted outside of its scope. There is no guarantee that the generated text is perfectly aligned with the research. Resort to human experts or original papers when a decision is critical.
|
| 168 |
|
| 169 |
|
| 170 |
# Acknowledgement
|