Transformers
PyTorch
Persian
encoder-decoder
text2text-generation
Wikipedia
Summarizer
bert2bert
Summarization
Instructions to use Arashasg/WikiBert2WikiBert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Arashasg/WikiBert2WikiBert with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Arashasg/WikiBert2WikiBert") model = AutoModelForSeq2SeqLM.from_pretrained("Arashasg/WikiBert2WikiBert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,8 +5,9 @@ tags:
|
|
| 5 |
- Wikipedia
|
| 6 |
- Summarizer
|
| 7 |
- bert2bert
|
|
|
|
| 8 |
task_categories:
|
| 9 |
-
-
|
| 10 |
- text generation
|
| 11 |
task_ids:
|
| 12 |
- news-articles-summarization
|
|
|
|
| 5 |
- Wikipedia
|
| 6 |
- Summarizer
|
| 7 |
- bert2bert
|
| 8 |
+
- Summarization
|
| 9 |
task_categories:
|
| 10 |
+
- Summarization
|
| 11 |
- text generation
|
| 12 |
task_ids:
|
| 13 |
- news-articles-summarization
|