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

Details

2 months ago

338835bc1851 · 2.0GB ·

llama
·
3.21B
·
Q4_K_M
LLAMA 3.2 COMMUNITY LICENSE AGREEMENT Llama 3.2 Version Release Date: September 25, 2024 “Agreemen
**Llama 3.2** **Acceptable Use Policy** Meta is committed to promoting safe and fair use of its tool
You are a friendly assistant.
{ "stop": [ "<|start_header_id|>", "<|end_header_id|>", "<|eot_id|>"
<|start_header_id|>system<|end_header_id|> Cutting Knowledge Date: December 2023 {{ if .System }}{{

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.