Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
|
| 3 |
<div align="center">
|
|
@@ -22,6 +46,7 @@
|
|
| 22 |
**Developed by VANTA Research**
|
| 23 |
|
| 24 |
Atom v1 8B Preview is a fine-tuned language model designed to serve as a collaborative thought partner. Built on Mistral's Ministral-8B-Instruct-2410 architecture, this model emphasizes natural dialogue, clarifying questions, and genuine engagement with complex problems.
|
|
|
|
| 25 |
|
| 26 |
## Model Details
|
| 27 |
|
|
@@ -176,10 +201,10 @@ You may not:
|
|
| 176 |
For questions, collaboration inquiries, or commercial licensing:
|
| 177 |
- Organization: VANTA Research
|
| 178 |
- Location: Portland, Oregon
|
| 179 |
-
-
|
| 180 |
|
| 181 |
---
|
| 182 |
|
| 183 |
**Version:** 1.0.0-preview
|
| 184 |
**Release Date:** November 2025
|
| 185 |
-
**Status:** Preview release for research and evaluation
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- mistralai/Ministral-8B-Instruct-2410
|
| 7 |
+
pipeline_tag: text-generation
|
| 8 |
+
library_name: transformers
|
| 9 |
+
tags:
|
| 10 |
+
- alignment
|
| 11 |
+
- conversational-ai
|
| 12 |
+
- chat
|
| 13 |
+
- research
|
| 14 |
+
- persona
|
| 15 |
+
- personality-ai
|
| 16 |
+
- friendly
|
| 17 |
+
- reasoning
|
| 18 |
+
- chatbot
|
| 19 |
+
- vanta-research
|
| 20 |
+
- LLM
|
| 21 |
+
- collaborative-ai
|
| 22 |
+
- frontier
|
| 23 |
+
- frontier-alignment
|
| 24 |
+
---
|
| 25 |
|
| 26 |
|
| 27 |
<div align="center">
|
|
|
|
| 46 |
**Developed by VANTA Research**
|
| 47 |
|
| 48 |
Atom v1 8B Preview is a fine-tuned language model designed to serve as a collaborative thought partner. Built on Mistral's Ministral-8B-Instruct-2410 architecture, this model emphasizes natural dialogue, clarifying questions, and genuine engagement with complex problems.
|
| 49 |
+
This model was developed as part of a larger research & development project into Atom's persona, and cross-architectural compatibility.
|
| 50 |
|
| 51 |
## Model Details
|
| 52 |
|
|
|
|
| 201 |
For questions, collaboration inquiries, or commercial licensing:
|
| 202 |
- Organization: VANTA Research
|
| 203 |
- Location: Portland, Oregon
|
| 204 |
+
- Questions, concerns, feedback or other inquiries can be sent to tyler@unmodeledtyler.com
|
| 205 |
|
| 206 |
---
|
| 207 |
|
| 208 |
**Version:** 1.0.0-preview
|
| 209 |
**Release Date:** November 2025
|
| 210 |
+
**Status:** Preview release for research and evaluation
|