Skip to content

Commit 54e3f78

Browse files
committed
Fix reference to pythia-2.8b
1 parent d69a93b commit 54e3f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

train_dolly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# MAGIC ## Train Dolly
44
# MAGIC
55
# MAGIC This fine-tunes EleutherAI Pythia models
6-
# MAGIC (e.g. [pythia-2.8b](https://huggingface.co/EleutherAI/pythia-6.9b),
6+
# MAGIC (e.g. [pythia-2.8b](https://huggingface.co/EleutherAI/pythia-2.8b),
77
# MAGIC [pythia-6.9b](https://huggingface.co/EleutherAI/pythia-6.9b), or
88
# MAGIC [pythia-12b](https://huggingface.co/EleutherAI/pythia-12b)) on
99
# MAGIC the [databricks-dolly-15k](https://github.com/databrickslabs/dolly/tree/master/data) dataset.

0 commit comments

Comments
 (0)