mirror of
https://github.com/labmlai/annotated_deep_learning_paper_implementations.git
synced 2025-11-01 20:28:41 +08:00
gpt notes
This commit is contained in:
@ -218,7 +218,7 @@ def main():
|
||||
experiment.create(name="gpt")
|
||||
# Create configs
|
||||
conf = Configs()
|
||||
# Load configurations
|
||||
# Override configurations
|
||||
experiment.configs(conf, {
|
||||
# Use character level tokenizer
|
||||
'tokenizer': 'character',
|
||||
@ -255,5 +255,6 @@ def main():
|
||||
conf.run()
|
||||
|
||||
|
||||
#
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user