paper-with-me

홈 › Papers

Orion-14B: Open-source Multilingual Large Language Models

2024-01-20 · Du Chen, Yi Huang, Xiaopu Li, Yongqiang Li, Yongqiang Liu, Haihui Pan, Leichao Xu, Dacheng Zhang, Zhipeng Zhang, Kun Han

In this study, we introduce Orion-14B, a collection of multilingual large language models with 14 billion parameters. We utilize a data scheduling approach to train a foundational model on a diverse corpus of 2.5 trillion tokens, sourced from texts in English, Chinese, Japanese, Korean, and other languages. Additionally, we fine-tuned a series of models tailored for conversational applications and other specific use cases. Our evaluation results demonstrate that Orion-14B achieves state-of-the-art performance across a broad spectrum of tasks. We make the Orion-14B model family and its associated code publicly accessible https://github.com/OrionStarAI/Orion, aiming to inspire future research and practical applications in the field.

📄 PDF Abstract BibTeX arXiv:2401.12246

Code (1)

orionstarai/orion 공식 구현 pytorch

Tasks

Scheduling

Similar Papers 제목 키워드 기반

ORION: A Holistic End-to-End Autonomous Driving Framework by Vision-Language Instructed Action Generation

2025-03-25 · Haoyu Fu, Diankun Zhang, Zongchuang Zhao, Jianfeng Cui 외

End-to-end (E2E) autonomous driving methods still struggle to make correct decisions in interactive closed-loop evaluation due to limited causal reasoning capability. Current methods attempt to leverage the powerful unde…

Action GenerationAutonomous DrivingBench2DriveLarge Language Model+4

Orion: Fuzzing Workflow Automation

2025-09-18 · Max Bazalii, Marius Fleischer arxiv

Fuzz testing is one of the most effective techniques for finding software vulnerabilities. While modern fuzzers can generate inputs and monitor executions automatically, the overall workflow, from analyzing a codebase, t…

Orion: Characterizing and Programming Apple's Neural Engine for LLM Training and Inference

2026-03-06 · Ramchand Kumaresan arxiv

Over two billion Apple devices ship with a Neural Processing Unit (NPU) - the Apple Neural Engine (ANE) - yet this accelerator remains largely unused for large language model workloads. CoreML, Apple's public ML framewor…

VideoOrion: Tokenizing Object Dynamics in Videos

2024-11-25 · Yicheng Feng, Yijiang Li, Wanpeng Zhang, Sipeng Zheng 외

We present VideoOrion, a Video Large Language Model (Video-LLM) that explicitly captures the key semantic information in videos--the spatial-temporal dynamics of objects throughout the videos. VideoOrion employs expert v…

Language ModelingLanguage ModellingLarge Language ModelObject+2

Orion-Lite: Distilling LLM Reasoning into Efficient Vision-Only Driving Models

2026-04-09 · Jing Gu, Niccolò Cavagnero, Gijs Dubbelman arxiv

Leveraging the general world knowledge of Large Language Models (LLMs) holds significant promise for improving the ability of autonomous driving systems to handle rare and complex scenarios. While integrating LLMs into V…

Autonomous Driving