https://github.com/adolfo-gm/aggmgpt-2
A capable 7b Large Language Model.
https://github.com/adolfo-gm/aggmgpt-2
ai artificial-intelligence chatbot llm machine-learning ml neural-network
Last synced: about 2 months ago
JSON representation
A capable 7b Large Language Model.
- Host: GitHub
- URL: https://github.com/adolfo-gm/aggmgpt-2
- Owner: Adolfo-GM
- License: gpl-3.0
- Created: 2025-02-25T00:01:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-12T00:31:48.000Z (7 months ago)
- Last Synced: 2025-12-13T06:10:45.373Z (7 months ago)
- Topics: ai, artificial-intelligence, chatbot, llm, machine-learning, ml, neural-network
- Language: Python
- Homepage:
- Size: 428 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# AggmGPT-2
Read the [research paper](OfflineLocalPersonalizedArtificalIntelligence.pdf)
AggmGPT-2 is a capable 8B parameters Large language model that is great at following instructions and keeping the context in the conversation.
AggmGPT-2 is a fine-tune of Llama (or Qwen depending on the version.)
## Usage
You can easily use this model in Python with the following code:
```python
from AggmGPT import *
print(AskAggmGPT("What is the capital of France?"))
```

## Citation
If you use this software in your work, please cite it as follows:
```bibtex
@software{AggmGPT-2,
author = {Adolfo GM},
title = {AggmGPT-2},
url = {https://github.com/Adolfo-GM/AggmGPT-2},
year = {2025}
}
```