chargoddard
commited on
Commit
•
8bba642
1
Parent(s):
88089e8
Add example of dataset with configuration name to README
Browse files
README.md
CHANGED
@@ -261,6 +261,12 @@ See sample configs in [configs](configs) folder or [examples](examples) for quic
|
|
261 |
datasets:
|
262 |
- path: vicgalle/alpaca-gpt4
|
263 |
type: alpaca # format from earlier
|
|
|
|
|
|
|
|
|
|
|
|
|
264 |
|
265 |
# local
|
266 |
datasets:
|
|
|
261 |
datasets:
|
262 |
- path: vicgalle/alpaca-gpt4
|
263 |
type: alpaca # format from earlier
|
264 |
+
|
265 |
+
# huggingface repo with specific configuration/subset
|
266 |
+
datasets:
|
267 |
+
- path: EleutherAI/pile
|
268 |
+
name: enron_emails
|
269 |
+
type: completion # format from earlier
|
270 |
|
271 |
# local
|
272 |
datasets:
|