Small edits (#907)

This commit is contained in:
pollfly
2024-08-25 13:51:03 +03:00
committed by GitHub
parent a943bbd39a
commit 9231566533
7 changed files with 10 additions and 10 deletions

View File

@@ -93,7 +93,7 @@ module.exports = {
'integrations/catboost',
'integrations/click',
'integrations/fastai',
{"HuggingFace": ['integrations/transformers', 'integrations/accelerate']},
{"Hugging Face": ['integrations/transformers', 'integrations/accelerate']},
'integrations/hydra', 'integrations/jsonargparse',
'integrations/keras', 'integrations/keras_tuner',
'integrations/langchain',
@@ -201,7 +201,7 @@ module.exports = {
'guides/frameworks/autokeras/autokeras_imdb_example',
'guides/frameworks/catboost/catboost',
'guides/frameworks/fastai/fastai_with_tensorboard',
{'HuggingFace': ['guides/frameworks/huggingface/transformers']},
{'Hugging Face': ['guides/frameworks/huggingface/transformers']},
{'Keras': ['guides/frameworks/keras/jupyter', 'guides/frameworks/keras/keras_tensorboard']},
'guides/frameworks/lightgbm/lightgbm_example',
'guides/frameworks/matplotlib/matplotlib_example',