Instructions to use beomi/KcT5-dev with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use beomi/KcT5-dev with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("beomi/KcT5-dev") model = AutoModelForSeq2SeqLM.from_pretrained("beomi/KcT5-dev") - Notebooks
- Google Colab
- Kaggle
update model to 4.5epochds
Browse files- flax_model.msgpack +1 -1
flax_model.msgpack
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1126812575
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97f3d772946ef4195db957cf6f86ce10269242363e75014a1ae4946dd3c6f292
|
| 3 |
size 1126812575
|