| license | mit | |
|---|---|---|
| language |
|
|
| metrics |
|
|
| pipeline_tag | question-answering | |
| library_name | adapter-transformers | |
| version | 0.0.1 |
Axonura X1 is a language model built using the GPT-2 Like architecture. It is designed to understand and generate text based on the input it receives.
- GPT-2 Like architecture
- Pre-trained on a large corpus of text
- Easy to use API
- Fast and efficient inference
Create A .env File With Your Weights & Biases Credentials:
WANDB_API_KEY=your_wandb_api_key
WANDB_PROJECT=axonura-x1-training
WANDB_ENTITY=your_team_or_usernamePython 3.7 Version Or Later Must Be Installed On Your Machine.
pip install -r requirements.txt
python3 build.py
python3 test.pyOr You Can Use Dockerized Environment
docker build -t axonura-x1:latest .
docker run -it --rm axonura-x1 bashIf You Need GPU Access To Run The Command:
docker run --gpus all -it --rm axonura-x1 bash