Model Card for Model ID

κ²Œμž„ λ²ˆμ—­μ— νŠΉν™”λœ μ˜μ–΄->ν•œκ΅­μ–΄ λ²ˆμ—­ λͺ¨λΈμž…λ‹ˆλ‹€.

Model Description

Darong/BlueT λͺ¨λΈμ„ 기반으둜 κ²Œμž„ 뢄야에 λŒ€ν•΄ λ―Έμ„Έμ‘°μ •ν•œ λ²ˆμ—­ λͺ¨λΈμž…λ‹ˆλ‹€. μ˜μ–΄->ν•œκ΅­μ–΄ λ²ˆμ—­μ„ μ§€μ›ν•˜λ©°, λ²ˆμ—­ μ‹œ λ†’μž„λ§λ„ μ„€μ •ν•  수 μžˆμŠ΅λ‹ˆλ‹€.

  • Developed by: [BlueAI]
  • Model type: [t5.1.1.base]
  • Language(s) (NLP): [Korean]
  • License: [MIT]
  • Finetuned from model [optional]: [Darong/BlueT]

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/BlueGame'
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'])
Downloads last month
17
Safetensors
Model size
276M params
Tensor type
F32
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for Darong/BlueGame

Base model

paust/pko-t5-base
Finetuned
Darong/BlueT
Finetuned
(2)
this model