Translation
Transformers
PyTorch
TensorBoard
bart
text2text-generation
Generated from Trainer
Eval Results (legacy)
Instructions to use chunwoolee0/circulus-kobart-en-to-ko with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chunwoolee0/circulus-kobart-en-to-ko with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "translation" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("translation", model="chunwoolee0/circulus-kobart-en-to-ko")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("chunwoolee0/circulus-kobart-en-to-ko") model = AutoModelForSeq2SeqLM.from_pretrained("chunwoolee0/circulus-kobart-en-to-ko") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 8eaec49c0efddb7296d5800ff4e605877126b4e42bf653e9e0b0c54e59bced32
- Size of remote file:
- 496 MB
- SHA256:
- ba2d2146bb7615d9e3cecf8ba72d237231c834139e7a4eab6dbc0a21c9a57f49
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.