# 멀티모달 데이터 주석 달기

Multimodal project의 일부인 데이터셋에 라벨을 지정하는 경우, 이미지에 주석을 달기 위해 접두사가 사용됩니다.

접두사는 다음 중 하나일 수 있습니다:

* 다음과 같은 식별자 `<PREFIX>`, 이는 다음을 프롬프트하는 데 사용됩니다. [VLM](https://blog.roboflow.com/what-is-a-vision-language-model/) 예: Florence-2, 또는;
* "이 이미지에는 무엇이 있나요?"와 같은 질문으로, GPT-4o와 같은 일반 VQA 모델과 함께 사용하기에 이상적입니다.

예를 들어 Florence-2를 fine-tuning할 때, 선택한 접두사는 모델에 제공하는 prefix prompt에 해당합니다. Florence-2의 경우, 접두사는 다음 형식이어야 합니다 `<PREFIX>`처럼 `<TOTAL>`.

GPT-4o의 경우, 접두사는 "이 영수증의 총액은 얼마인가요?"가 될 수 있습니다.

객체에서 식별하려는 총액, 소계, 세금처럼 서로 다른 특징에 대해 서로 다른 접두사를 추가할 수도 있습니다.

### Add Prefixes

접두사를 추가하려면 Roboflow 사이드바에서 "Classes & Tags"를 클릭한 다음, "Add " 버튼을 클릭하세요:

<figure><img src="/files/98fb7a0d6e5d8421a482f18c2fe1f960e879eca5" alt=""><figcaption></figcaption></figure>

그런 다음 접두사를 입력하세요. 이는 "이미지에는 무엇이 있나요?"와 같은 질문일 수도 있고, 사용하려는 모델에 따라 "\<RECEIPT>"와 같은 고유 ID일 수도 있습니다.

"+" 버튼으로 여러 접두사를 추가할 수 있습니다.

접두사를 추가하려면 “Add Prefixes”를 클릭하세요.

접두사를 설정하면, 주석 편집기에서 질문으로 사용할 수 있습니다:

<figure><img src="/files/0cd870ba9e6d9b21310299e7bd116ee96ca00332" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-ko/annotate/annotate-multimodal-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
