tencent/UI-Mate-democua-27B开源了新模型
根据官方来源,tencent/UI-Mate-democua-27B开源了新模型。详细信息请以原始来源为准。
证据来源
查看来源摘录
Tencent tencent/UI-Mate-democua-27B tencent/UI-Mate-democua-27B https://huggingface.co/tencent/UI-Mate-democua-27B
查看来源摘录
tencent/UI-Mate-democua-27B · Hugging Face Hugging Face (https://huggingface.co/) Models (https://huggingface.co/models) Datasets (https://huggingface.co/datasets) Spaces (https://huggingface.co/spaces) Buckets new (https://huggingface.co/storage) Docs (https://huggingface.co/docs) Enterprise (https://huggingface.co/enterprise) Pricing (https://huggingface.co/pricing) Website Tasks (https://huggingface.co/tasks) HuggingChat (https://huggingface.co/chat) Collections (https://huggingface.co/collections) Languages (https://huggingface.co/languages) Organizations (https://huggingface.co/organizations) Community Blog (https://huggingface.co/blog) Posts (https://huggingface.co/posts) Daily Papers (https://huggingface.co/papers) Hardware (https://huggingface.co/hardware) Learn (https://huggingface.co/learn) Discord (https://huggingface.co/join/discord) Forum (https://discuss.huggingface.co/) GitHub (https://github.com/huggingface) Solutions Team & Enterprise (https://huggingface.co/enterprise) Hugging Face PRO (https://huggingface.co/pro) Enterprise Support (https://huggingface.co/support) Inference Providers (https://huggingface.co/inference/models) Inference Endpoints (https://huggingface.co/inference-endpoints) Storage Buckets (https://huggingface.co/storage) Log In (https://huggingface.co/login) Sign Up (https://huggingface.co/join) (https://huggingface.co/tencent) tencent (https://huggingface.co/tencent) / UI-Mate-democua-27B (https://huggingface.co/tencent/UI-Mate-democua-27B) like 10 Follow Tencent 11.7k Image-Text-to-Text (https://huggingface.co/models?pipeline_tag=image-text-to-text) Transformers (https://huggingface.co/models?library=transformers) Safetensors (https://huggingface.co/models?library=safetensors) qwen3_5 (https://huggingface.co/models?other=qwen3_5) computer-use-agent (https://huggingface.co/models?other=computer-use-agent) gui-agent (https://huggingface.co/models?other=gui-agent) multimodal (https://huggingface.co/models?other=multimodal) vision-language (https://huggingface.co/models?other=vision-language) desktop-agent (https://huggingface.co/models?other=desktop-agent) pyautogui (https://huggingface.co/models?other=pyautogui) osworld (https://huggingface.co/models?other=osworld) windowsagentarena (https://huggingface.co/models?other=windowsagentarena) demonstration-guided (https://huggingface.co/models?other=demonstration-guided) conversational (https://huggingface.co/models?other=conversational) arxiv: 2608.15930 License: apache-2.0 Model card (https://huggingface.co/tencent/UI-Mate-democua-27B) Files Files and versions xet (https://huggingface.co/tencent/UI-Mate-democua-27B/tree/main) Community 1 (https://huggingface.co/tencent/UI-Mate-democua-27B/discussions) Deploy Copy to bucket new Use this model Instructions to use tencent/UI-Mate-democua-27B with libraries, inference providers, notebooks, and local apps. Follow these links to get started. Libraries Transformers (https://huggingface.co/tencent/UI-Mate-democua-27B?library=transformers) How to use tencent/UI-Mate-democua-27B with Transformers: # Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-text-to-text", model="tencent/UI-Mate-democua-27B") messages = [ { "role": "user", "content": [ {"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/p-blog/candy.JPG"}, {"type": "text", "text": "What animal is on the candy?"} ] }, ] pipe(text=messages) # Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("tencent/UI-Mate-democua-27B") model = AutoModelForMultimodalLM.from_pretrained("tencent/UI-Mate-democua-27B", device_map="auto") messages = [ { "role": "user", "content": [ {"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/p-blog/candy.JPG"}, {"type": "text", "text":
来自 星盘大模型百科