YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Livability 4M 6-aspects checkpoint (24k steps)

Multimodal multi-task urban livability evaluation model checkpoint.

  • Checkpoint: 24000 steps, 4M, max length 400
  • Config: BERT-based, 6 aspects (see config.json)
  • Files: config.json, pytorch_model.bin

使用 / Usage

从 Hugging Face 下载后加载

from huggingface_hub import hf_hub_download
import torch

# 下载到本地目录
path = hf_hub_download(
    repo_id="Vinjou/Multimodal_urban_livability_evaluation_model",
    filename="pytorch_model.bin",
    local_dir="./checkpoint-24000_4m_400length",
)
# config.json 也需下载到同目录,或从本仓库复制

与 GitHub 代码库配合

代码与说明见: https://github.com/VienJou/Multimodal-multi-task-urban-livability-evaluation

Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support