mishig HF staff commited on
Commit
bb01278
•
1 Parent(s): 8347964

Upload transformers.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. transformers.txt +0 -2
transformers.txt CHANGED
@@ -1,5 +1,3 @@
1
-
2
-
3
  # Hyperparameter Search using Trainer API
4
 
5
  🤗 Transformers provides a `Trainer` class optimized for training 🤗 Transformers models, making it easier to start training without manually writing your own training loop. The `Trainer` provides API for hyperparameter search. This doc shows how to enable it in example.
 
 
 
1
  # Hyperparameter Search using Trainer API
2
 
3
  🤗 Transformers provides a `Trainer` class optimized for training 🤗 Transformers models, making it easier to start training without manually writing your own training loop. The `Trainer` provides API for hyperparameter search. This doc shows how to enable it in example.