10 2 months ago

OpenMODEL-1.0 is created by HSR-projects trained using Nvidia GeForce RTX 5090 with 16B tokens

tools
ollama run HSR-projects/OpenMODEL-1.0

Applications

Claude Code
Claude Code ollama launch claude --model HSR-projects/OpenMODEL-1.0
Codex App
Codex App ollama launch codex-app --model HSR-projects/OpenMODEL-1.0
OpenClaw
OpenClaw ollama launch openclaw --model HSR-projects/OpenMODEL-1.0
Hermes Agent
Hermes Agent ollama launch hermes --model HSR-projects/OpenMODEL-1.0
Codex
Codex ollama launch codex --model HSR-projects/OpenMODEL-1.0
OpenCode
OpenCode ollama launch opencode --model HSR-projects/OpenMODEL-1.0

Models

View all →

Readme

kodaAI-image.png

OpenMODEL-1.0

A lightweight, local-first language model for fast and practical AI workflows.

OpenMODEL-1.0 is an early-stage AI model developed by HSR Projects, built on top of LLaMA 3 by Meta. It is designed for efficient local deployment using Ollama, focusing on speed, simplicity, and developer-friendly usage.


πŸ“Œ Overview

OpenMODEL-1.0 provides a minimal and flexible foundation for conversational AI and lightweight automation tasks. It is intended for developers who want a fast, locally runnable model without heavy resource requirements.


πŸš€ Quick Start

Run the model directly:

ollama run HSR-projects/OpenMODEL-1.0

πŸ“¦ Installation

Pull the model from Ollama registry:

ollama pull HSR-projects/OpenMODEL-1.0

βš™οΈ Model Specifications

Property Value
Model Name OpenMODEL-1.0
Base Model LLaMA 3 (Meta)
Deployment Ollama (Local)
Release Stage Early / Startup

🧠 Capabilities

  • General-purpose conversation
  • Basic instruction following
  • Lightweight automation tasks
  • CLI and developer tool integration

⚠️ Known Limitations

  • Limited performance on complex reasoning tasks
  • May produce inconsistent or incomplete outputs
  • Not optimized for production-critical workloads

πŸ› οΈ Local Development

Create Model

ollama create openmodel -f Modelfile

Run Locally

ollama run openmodel

πŸ“„ Modelfile

FROM llama3

SYSTEM You are OpenMODEL-1.0, a lightweight assistant developed by HSR Projects. Provide clear, simple, and practical responses.

PARAMETER temperature 0.7
PARAMETER top_p 0.9

☁️ Publishing

To publish the model:

ollama login
ollama tag openmodel HSR-projects/OpenMODEL-1.0
ollama push HSR-projects/OpenMODEL-1.0

πŸ›£οΈ Roadmap

  • Improve response consistency
  • Enhance reasoning capabilities
  • Optimize performance
  • Expand supported use cases

🀝 Contributing

Contributions, feedback, and suggestions are welcome. Please open an issue or submit a pull request.


πŸ“œ License & Attribution

OpenMODEL-1.0 is built on top of LLaMA 3 by Meta. The base model is subject to Meta’s LLaMA license.

Custom configuration, system prompts, and packaging are developed by HSR Projects.


🏒 Maintained By

HSR Projects


πŸ“£ Disclaimer

OpenMODEL-1.0 is an early-stage release intended for development and experimentation. It is not recommended for critical or production-sensitive applications at this stage.