Instructions to use Suchinthana/T5-Base-Wikigen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Suchinthana/T5-Base-Wikigen with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Suchinthana/T5-Base-Wikigen") model = AutoModelForSeq2SeqLM.from_pretrained("Suchinthana/T5-Base-Wikigen") - Notebooks
- Google Colab
- Kaggle
Commit ·
cd38593
1
Parent(s): 8783306
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
license: mit
|
| 3 |
widget:
|
| 4 |
- text: 'writeWiki: Jupiter'
|
| 5 |
-
- text: 'writeWiki:
|
| 6 |
- text: 'writeWiki: Language Model'
|
| 7 |
language:
|
| 8 |
- en
|
|
|
|
| 2 |
license: mit
|
| 3 |
widget:
|
| 4 |
- text: 'writeWiki: Jupiter'
|
| 5 |
+
- text: 'writeWiki: Sri Lanka'
|
| 6 |
- text: 'writeWiki: Language Model'
|
| 7 |
language:
|
| 8 |
- en
|