Unverified Commit ba3fa9c8 authored by Leo Gao's avatar Leo Gao Committed by GitHub
Browse files

Update README.md

parent 93ea091e
......@@ -211,7 +211,7 @@ To evaluate a model, (e.g. GPT-2) on NLU tasks (e.g. RTE, Winograd Scheme Challe
```bash
python main.py \
--model gpt2 \
--device 0 \
--device cuda:0 \
--tasks rte,wsc \
--num_fewshot 2
```
......@@ -234,7 +234,7 @@ Additional arguments can be provided to the model constructor using the `--model
python main.py \
--model gpt2 \
--model_args pretrained=EleutherAI/gpt-neo-1.3B \
--device 0 \
--device cuda:0 \
--tasks rte,wsc \
--num_fewshot 2
```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment