Transformers
PyTorch
Japanese
t5
text2text-generation
japanese
easy-japanese
friendly-japanese
sino-japanese
katakana
text-generation-inference
Instructions to use astremo/friendly_JA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use astremo/friendly_JA with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("astremo/friendly_JA") model = AutoModelForSeq2SeqLM.from_pretrained("astremo/friendly_JA") - Notebooks
- Google Colab
- Kaggle
Upload pytorch_model.bin with git-lfs
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 891727295
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf6c9624b7e195d0ce581b57c16189b8b5032e507b502cdecdb0550818dadd9c
|
| 3 |
size 891727295
|