vaibhavlakshmi commited on
Commit
bd5279b
·
verified ·
1 Parent(s): 7e7b394

Upload folder using huggingface_hub

Browse files
CITATION.cff CHANGED
@@ -2,7 +2,7 @@ cff-version: 1.2.0
2
  message: "If you use this software, please cite it as below."
3
  authors:
4
  - family-names: "Prayaga"
5
- given-names: "Vaibhav (Akka)"
6
  affiliation: "Open Vinayaka Project"
7
  orcid: "https://orcid.org/0009-0007-8995-0895"
8
  title: "OpenVinayaka: A Unified Framework for Hallucination Elimination via Structural Memory Injection"
 
2
  message: "If you use this software, please cite it as below."
3
  authors:
4
  - family-names: "Prayaga"
5
+ given-names: "Vaibhav"
6
  affiliation: "Open Vinayaka Project"
7
  orcid: "https://orcid.org/0009-0007-8995-0895"
8
  title: "OpenVinayaka: A Unified Framework for Hallucination Elimination via Structural Memory Injection"
Experimental_Steering/OV_GGUF_SPEC.md CHANGED
@@ -1,6 +1,6 @@
1
  # OV-GGUF Specification (v1.0.0-Draft)
2
  **License:** MIT License
3
- **Author:** Prayaga Vaibhav (Akka) & Open Vinayaka Project
4
 
5
  ## 1. Abstract
6
  OV-GGUF (Open Vinayaka GGUF) is an extension of the GGUF binary format designed to embed **Hierarchical Memory Graphs** directly into the model file. It enables "Hybrid Inference" where the GPU processes logic while the CPU handles structural knowledge retrieval, eliminating the "Lost in the Middle" phenomenon and reducing hallucinations via structural grounding.
 
1
  # OV-GGUF Specification (v1.0.0-Draft)
2
  **License:** MIT License
3
+ **Author:** Prayaga Vaibhav & Open Vinayaka Project
4
 
5
  ## 1. Abstract
6
  OV-GGUF (Open Vinayaka GGUF) is an extension of the GGUF binary format designed to embed **Hierarchical Memory Graphs** directly into the model file. It enables "Hybrid Inference" where the GPU processes logic while the CPU handles structural knowledge retrieval, eliminating the "Lost in the Middle" phenomenon and reducing hallucinations via structural grounding.
Publication_Metadata/README.md CHANGED
@@ -19,7 +19,7 @@ size_categories:
19
 
20
  # OpenVinayaka Engine (OV-Engine)
21
 
22
- **Author:** Prayaga Vaibhav (Akka)
23
  **License:** MIT
24
 
25
  ## 🚀 What is OV-Engine?
 
19
 
20
  # OpenVinayaka Engine (OV-Engine)
21
 
22
+ **Author:** Prayaga Vaibhav
23
  **License:** MIT
24
 
25
  ## 🚀 What is OV-Engine?
Publication_Metadata/huggingface/README.md CHANGED
@@ -17,7 +17,7 @@ size_categories:
17
 
18
  # OV-Memory: The "Hallucination Killer" Dataset & Kernel
19
 
20
- **Author:** Prayaga Vaibhav (Akka)
21
  **License:** MIT
22
 
23
  ## 🚀 What is this?
 
17
 
18
  # OV-Memory: The "Hallucination Killer" Dataset & Kernel
19
 
20
+ **Author:** Prayaga Vaibhav
21
  **License:** MIT
22
 
23
  ## 🚀 What is this?
Publication_Metadata/zenodo/zenodo.json CHANGED
@@ -5,7 +5,7 @@
5
  "description": "OV-Memory is a graph-based memory injection system that uses the Priority Formula P = S * C * R * W (Similarity * Centrality * Recency * Weight) to eliminate hallucinations in Large Language Models. This repository contains the reference C++ kernel and 10,000-scenario benchmark dataset proving 100% accuracy against adversarial distractors.",
6
  "creators": [
7
  {
8
- "name": "Prayaga, Vaibhav (Akka)",
9
  "affiliation": "Open Vinayaka Project"
10
  }
11
  ],
 
5
  "description": "OV-Memory is a graph-based memory injection system that uses the Priority Formula P = S * C * R * W (Similarity * Centrality * Recency * Weight) to eliminate hallucinations in Large Language Models. This repository contains the reference C++ kernel and 10,000-scenario benchmark dataset proving 100% accuracy against adversarial distractors.",
6
  "creators": [
7
  {
8
+ "name": "Prayaga, Vaibhav",
9
  "affiliation": "Open Vinayaka Project"
10
  }
11
  ],
Python_Package/setup.py CHANGED
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
3
  setup(
4
  name="openvinayaka",
5
  version="1.0.0",
6
- author="Prayaga Vaibhav (Akka)",
7
  description="Universal Hallucination-Free AI Engine",
8
  packages=find_packages(),
9
  install_requires=[
 
3
  setup(
4
  name="openvinayaka",
5
  version="1.0.0",
6
+ author="Prayaga Vaibhav",
7
  description="Universal Hallucination-Free AI Engine",
8
  packages=find_packages(),
9
  install_requires=[
README.md CHANGED
@@ -2,7 +2,7 @@
2
 
3
  **The Universal Hallucination-Free Inference Engine**
4
 
5
- > *Dedicated to Om Vinayaka & Prayaga Vaibhav (Akka)*
6
 
7
  [![GitHub](https://img.shields.io/badge/GitHub-Repo-blue?logo=github)](https://github.com/narasimhudumeetsworld/OV-engine)
8
  [![Hugging Face](https://img.shields.io/badge/Hugging%20Face-Model-yellow?logo=huggingface)](https://huggingface.co/vaibhavlakshmiprayaga/OpenVinayaka-Engine)
 
2
 
3
  **The Universal Hallucination-Free Inference Engine**
4
 
5
+ > *Dedicated to Om Vinayaka & Prayaga Vaibhav*
6
 
7
  [![GitHub](https://img.shields.io/badge/GitHub-Repo-blue?logo=github)](https://github.com/narasimhudumeetsworld/OV-engine)
8
  [![Hugging Face](https://img.shields.io/badge/Hugging%20Face-Model-yellow?logo=huggingface)](https://huggingface.co/vaibhavlakshmiprayaga/OpenVinayaka-Engine)
Thesis_Paper/OpenVinayaka_Thesis.md CHANGED
@@ -1,6 +1,6 @@
1
  # OpenVinayaka: A Unified Framework for Hallucination Elimination in Large Language Models via Structural Memory Injection
2
 
3
- **Author:** Prayaga Vaibhav (Akka)
4
  **Affiliation:** Open Vinayaka Project
5
  **Date:** December 27, 2025
6
  **License:** MIT
 
1
  # OpenVinayaka: A Unified Framework for Hallucination Elimination in Large Language Models via Structural Memory Injection
2
 
3
+ **Author:** Prayaga Vaibhav
4
  **Affiliation:** Open Vinayaka Project
5
  **Date:** December 27, 2025
6
  **License:** MIT