-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
db04f0b
commit 1115f69
Showing
2 changed files
with
55 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"gaudi2": { | ||
"wikitext": { | ||
"num_train_epochs": 2, | ||
"eval_batch_size": 4, | ||
"distribution": { | ||
"single_card": { | ||
"learning_rate": 2e-4, | ||
"train_batch_size": 4, | ||
"perplexity": 26.69, | ||
"train_runtime": 560.8188, | ||
"train_samples_per_second": 8.597, | ||
"extra_arguments": [ | ||
"--dataset_config_name wikitext-2-raw-v1" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters