LGAI-EXAONE/K-EXAONE-2.0-750B-A37B-DSpark开源了新模型
根据官方来源,LGAI-EXAONE/K-EXAONE-2.0-750B-A37B-DSpark开源了新模型。详细信息请以原始来源为准。
证据来源
查看来源摘录
LGAI-EXAONE/K-EXAONE-2.0-750B-A37B-DSpark · 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/LGAI-EXAONE) LGAI-EXAONE (https://huggingface.co/LGAI-EXAONE) / K-EXAONE-2.0-750B-A37B-DSpark (https://huggingface.co/LGAI-EXAONE/K-EXAONE-2.0-750B-A37B-DSpark) like 34 Follow LG AI Research 1.82k Text Generation (https://huggingface.co/models?pipeline_tag=text-generation) Transformers (https://huggingface.co/models?library=transformers) Safetensors (https://huggingface.co/models?library=safetensors) 10 languages exaone_moe (https://huggingface.co/models?other=exaone_moe) lg-ai (https://huggingface.co/models?other=lg-ai) exaone (https://huggingface.co/models?other=exaone) k-exaone (https://huggingface.co/models?other=k-exaone) Mixture of Experts (https://huggingface.co/models?other=moe) conversational (https://huggingface.co/models?other=conversational) arxiv: 2608.04505 License: apache-2.0 Model card (https://huggingface.co/LGAI-EXAONE/K-EXAONE-2.0-750B-A37B-DSpark) Files Files and versions xet (https://huggingface.co/LGAI-EXAONE/K-EXAONE-2.0-750B-A37B-DSpark/tree/main) Community (https://huggingface.co/LGAI-EXAONE/K-EXAONE-2.0-750B-A37B-DSpark/discussions) Deploy Copy to bucket new Use this model Instructions to use LGAI-EXAONE/K-EXAONE-2.0-750B-A37B-DSpark with libraries, inference providers, notebooks, and local apps. Follow these links to get started. Libraries Transformers (https://huggingface.co/LGAI-EXAONE/K-EXAONE-2.0-750B-A37B-DSpark?library=transformers) How to use LGAI-EXAONE/K-EXAONE-2.0-750B-A37B-DSpark with Transformers: # Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="LGAI-EXAONE/K-EXAONE-2.0-750B-A37B-DSpark") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages) # Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("LGAI-EXAONE/K-EXAONE-2.0-750B-A37B-DSpark") model = AutoModelForCausalLM.from_pretrained("LGAI-EXAONE/K-EXAONE-2.0-750B-A37B-DSpark", device_map="auto") messages = [ {"role": "user", "content": "Who are you?"}, ] inputs = tokenizer.apply_chat_template( messages, add_generation_prompt=True, tokenize=True, return_dict=True, return_tensors="pt", ).to(model.device) outputs = model.generate(**inputs, max_new_tokens=40) print(tokenizer.decode(outputs[0][inputs["input_ids"].shape[-1]:])) Notebooks Google Colab (https://huggingface.co/LGAI-EXAONE/K-EXAONE-2.0-750B-A37B-DSpark/colab) Kaggle (https://huggingface.co/LGAI-EXAONE/K-EXAONE-2.0-750B-A37B-DSpark/kaggle) Local Apps Settings (https://huggingface.co/settings/loc
查看来源摘录
LG AI Research LGAI-EXAONE/K-EXAONE-2.0-750B-A37B-DSpark LGAI-EXAONE/K-EXAONE-2.0-750B-A37B-DSpark https://huggingface.co/LGAI-EXAONE/K-EXAONE-2.0-750B-A37B-DSpark
来自 星盘大模型百科