Inspire People, Inspire AI

Try bllossom now ↗

## Try Bllossom Easily  🍒


from transformers import MllamaForConditionalGeneration,MllamaProcessor

import torch

from PIL import Image

import requests


model = MllamaForConditionalGeneration.from_pretrained(

  'Bllossom/llama-3.2-Korean-Bllossom-AICA-5B')


url = "https://t1.daumcdn.net/cfile/tistory/21527E4A543DCABE1D"

image = Image.open(requests.get(url, stream=True).raw)


messages = [

  {'role': 'user','content': [

    {'type':'image'},

    {'type': 'text','text': '이 pdf 문서를 마크다운으로 바꿔줘'}

    ]},

  ]

Careers ✉️

We are a small but independent team of thoughtful researchers, working fully remotley - anytime, anywhere.

We work hard, fail as planned, and share inspiration.

Regardless of your position or expertise, if you'd like to join us, feel free to reach out at  dm@teddysum.ai