Instructions to use JorgeSarry/est5base-simplify with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JorgeSarry/est5base-simplify with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("JorgeSarry/est5base-simplify") model = AutoModelForSeq2SeqLM.from_pretrained("JorgeSarry/est5base-simplify") - Notebooks
- Google Colab
- Kaggle
Commit ·
b261ab4
1
Parent(s): e6166f0
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: es
|
| 3 |
+
---
|
| 4 |
+
This is a smaller version of the google/mt5-base model with only Spanish and some English embeddings trained on 60k Spanish WikiEdits for sentence simplification.
|
| 5 |
+
|
| 6 |
+
You can use it with the command "simplify:"
|