An open API service indexing awesome lists of open source software.

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.

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}
}
```