Instructions to use liamcripwell/ctrl44-simp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use liamcripwell/ctrl44-simp with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("liamcripwell/ctrl44-simp") model = AutoModelForSeq2SeqLM.from_pretrained("liamcripwell/ctrl44-simp") - Notebooks
- Google Colab
- Kaggle
Commit ·
d3b0c1b
1
Parent(s): 533efd4
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# CTRL44 Simplification model
|
| 2 |
|
| 3 |
This is a pretrained version of the controllable simplification model presented in the NAACL 2022 paper "Controllable Sentence Simplification via Operation Classification". It was trained on the IRSD simplification dataset.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
# CTRL44 Simplification model
|
| 6 |
|
| 7 |
This is a pretrained version of the controllable simplification model presented in the NAACL 2022 paper "Controllable Sentence Simplification via Operation Classification". It was trained on the IRSD simplification dataset.
|