Model Card for Model ID
μμ΄-νκ΅μ΄ λ²μ λͺ¨λΈμ λλ€.
Model Description
paust/pko-t5-base λͺ¨λΈμ κΈ°λ°μΌλ‘ μμ΄-νκ΅μ΄ λ²μμ λ―ΈμΈμ‘°μ ν λ²μ λͺ¨λΈμ λλ€. μμ΄->νκ΅μ΄, νκ΅μ΄->μμ΄ μλ°©ν₯ λ²μμ μ§μνλ©°, μμ΄->νκ΅μ΄ λ²μ μ λμλ§λ μ€μ ν μ μμ΅λλ€.
- Developed by: [BlueAI]
- Model type: [t5.1.1.base]
- Language(s) (NLP): [Korean]
- License: [MIT]
- Finetuned from model [optional]: [paust/pko-t5-base]
Uses
How to Get Started with the Model
Use the code below to get started with the model.
from transformers import pipeline, T5TokenizerFast
tokenizer_name = "paust/pko-t5-base"
tokenizer = T5TokenizerFast.from_pretrained(tokenizer_name)
model_path = 'Darong/BlueT'
translator = pipeline("translation", model=model_path, tokenizer=tokenizer, max_length=255)
# μμ΄ -> νκ΅μ΄
prefix = "E2K: "
source = "This model is an English-Korean translation model."
target = translator(prefix + source)
print(target[0]['translation_text'])
# νκ΅μ΄->μμ΄
prefix = "K2E: "
source = "μ΄ λͺ¨λΈμ μμ΄-νκ΅μ΄ λ²μ λͺ¨λΈμ
λλ€."
target = translator(prefix + source)
print(target[0]['translation_text'])
Training Details
Training Data
μ΄ λͺ¨λΈμ AI Hub λ° μ체 ꡬμΆν λ°μ΄ν°λ‘ νμ΅λμμ΅λλ€. μμ΄->νκ΅μ΄ νμ΅ λ°μ΄ν° μλ 1800λ§ μ΄μ, νκ΅μ΄->μμ΄ νμ΅ λ°μ΄ν° μλ 1200λ§ μ΄μμ λ¬Έμ₯μΌλ‘ ꡬμΆλμμ΅λλ€.
- Downloads last month
- 185
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
π
Ask for provider support
Model tree for Darong/BlueT
Base model
paust/pko-t5-base