Questions tagged [gpt-2]

Use this tag with Generative Pre-trained Transformer 2 (GPT-2). Do not use with GPT-3 or the ad tagging library (GPT).

References

See the GPT-2 definition on Wikipedia.

Related Tags

199 questions
0
votes
1 answer

Tensor Flow issues with Python

Still struggling to get that GPT-2 Tutorial working. I Am now back to having issues with Tensor Flow. Note I'm on a Completely clean install of Windows 10 (x64) on a Lenovo Thinkpad. Getting the following error whenever I try to train…
Big Ian
  • 163
  • 3
  • 12
0
votes
1 answer

Set the number of iterations gpt-2

I'm fine tuning a gpt-2 model following this tutorial: https://medium.com/@ngwaifoong92/beginners-guide-to-retrain-gpt-2-117m-to-generate-custom-text-content-8bb5363d8b7f With its associated GitHub repository: https://github.com/nshepperd/gpt-2 I…
Luis Ramon Ramirez Rodriguez
  • 9,591
  • 27
  • 102
  • 181
-1
votes
1 answer

What is the OpenAI API warning: To avoid an invalid_request_error, best_of was set to equal n. What is "best of"?

This "best of" warning results from using the OpenAI API on a PC running Win10. The Context: Using the OpenAI API in Jupyter Lab with the ir kernel, with having only the rgpt3 library installed in this Notebook. The API successfully performs a test…
Gray
  • 1,164
  • 1
  • 9
  • 23
-4
votes
0 answers

How to Delete GPT Models, Managing Storage Usage for Installed GPT Models and Packages

I have installed several Generative Pretrained Transformer (GPT) models on my local system for fine-tuning purposes, both within Python in Visual Studio Code and via the Command Prompt window during code execution. The installed models include…
KARTHIK K
  • 1
  • 1
1 2 3
13
14