File size: 424 Bytes
004cd3f
6b51659
 
004cd3f
6b51659
 
 
 
dd0e770
6b51659
1
2
3
4
5
6
7
8
9
10
# OLM Chat 7B
## Environment
```shell
cd olm-chat-7b
pip install -r requirements.txt
```
## Usage
```shell
python3 scripts/generate.py  --model open_lm_7b --checkpoint logs/test_alpaca_7b_1p25_240612/checkpoints/epoch_1.pt --positional-embedding-type rotary --input-text '{"instruction":"Using the provided data, what is the most common pet in this household?","input":"The household has 3 cats, 2 dogs, and 1 rabbit."}'
```