YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

HoeioUser/FinMindAI

이 모델은 Qwen-7B를 기반으로 fine-tuning된 모델입니다.

모델 설명

  • 기본 모델: Qwen/Qwen-7B
  • Fine-tuning 방식: PEFT (Parameter-Efficient Fine-Tuning)
  • 학습 데이터: 재무 보고서 데이터

사용 방법

from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("HoeioUser/FinMindAI")
tokenizer = AutoTokenizer.from_pretrained("HoeioUser/FinMindAI")
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference API
Unable to determine this model's library. Check the docs .