Skip to content

Commit

Permalink
disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez committed May 25, 2023
1 parent 112a535 commit 28dc4eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@ run the file:
```
python3 trainandromeda.py
```
This script will train the Andromeda model on the enwik8 dataset, leveraging the advanced techniques discussed above. The model's progress will be displayed during training, and the model will be saved periodically.

By incorporating these cutting-edge techniques, Andromeda is designed to outperform other language models like OpenAI's GPT-4 and PALM in terms of efficiency, flexibility, and scalability.

# Inference

```python3 inference.py "My dog is very cute" --seq_len 256 --temperature 0.8 --filter_thres 0.9 --model "andromeda"```
Not yet we need to submit model to pytorch hub

Not yet we need to submit model to pytorch hub

This script will train the Andromeda model on the enwik8 dataset, leveraging the advanced techniques discussed above. The model's progress will be displayed during training, and the model will be saved periodically.

By incorporating these cutting-edge techniques, Andromeda is designed to outperform other language models like OpenAI's GPT-4 and PALM in terms of efficiency, flexibility, and scalability.

## Model Architecture 🧠🔧

Expand Down

0 comments on commit 28dc4eb

Please sign in to comment.