Denis2054 / Transformers-for-NLP-2nd-Edition

Transformer models from BERT to GPT-4, environments from Hugging Face to OpenAI. Fine-tuning, training, and prompt engineering examples. A bonus section with ChatGPT, GPT-3.5-turbo, GPT-4, and DALL-E including jump starting GPT-4, speech-to-text, text-to-speech, text to image generation with DALL-E, Google Cloud AI,HuggingGPT, and more
https://denis2054.github.io/Transformers-for-NLP-2nd-Edition/
MIT License
787 stars 293 forks source link

Formatting error + typo in chapter7 notebook: 2.Fine-tuning ADA #2

Closed Aya-S closed 2 years ago

Aya-S commented 2 years ago

1)There is an empty cell under "Step2" as shown below:

image

2) Weights & Biases is spelled as "Wand" not "WandB"

image
Denis2054 commented 2 years ago

Thank you for taking the time to make a comment.

  1. The project imported is "pip install wandb" for Weight and Biases. In the notebook, I will have to change the comment in the text cell from "Wand" to "wandb"
  2. Yes, there is an empty cell.

Thanks for describing the issues that will be resolved when I update the GitHub site. I'll then close the issue.

Denis2054 commented 2 years ago

The GitHub repository is updated but I have to update the Google and other links.

Denis2054 commented 2 years ago

The notebook is updated.