Skip to content

issues Search Results · repo:openai/gpt-2-output-dataset language:Python

Filter by

48 results
 (50 ms)

48 results

inopenai/gpt-2-output-dataset (press backspace or delete to remove)

Hello, I d like to know if I can find somewhere the training methodology for the models presented here. Is it the same exact as gpt-2 ? More specifically, i d like to know : - If the model was trained ...
  • frotaur
  • Opened 
    on Jan 6
  • #56

There is a assignment error in the train.py script where in the loss and logits are considered to be str type after the assignment and hence have to be updated. Line: 108 and 146 loss, logits = model(texts, ...
  • niranjanakella
  • 1
  • Opened 
    on Jul 13, 2023
  • #53

Error text includes: OpenAI error. That model is currently overloaded with other requests. You can retry your request, or contact us through our help center at help.openai.com if the error persists. (Please ...
  • MCoderman
  • Opened 
    on May 27, 2023
  • #52

Some of the training data (specifically, the GPT2 generated datasets) contain texts of length 0. This causes training (and would cause inference) to error out. Is this expected? Please see the error message ...
  • veenapaddy
  • Opened 
    on Apr 24, 2023
  • #51

I see that GPT2 is trained on webtext, but not sure how the datasets here are generated? Specifically what prompt was used with GPT2 to generate the fake datasets?
  • veenapaddy
  • 1
  • Opened 
    on Apr 20, 2023
  • #50

Can I use this project for commercial purposes? Actually, I want to create a website that can classify the text whether it is based on GPT-2 model or written by Humans.
  • ghost
  • 1
  • Opened 
    on Mar 22, 2023
  • #49

Hi there, when I try to start the detector (python -m detector.server detector-base.pt), I obtain the error: Missing key(s) in state_dict: roberta.embeddings.position_ids .. How can I solve this and play ...
  • matteonardelli
  • 1
  • Opened 
    on Mar 8, 2023
  • #47

Thank you very much!
  • guotong1988
  • 5
  • Opened 
    on Feb 8, 2023
  • #45

When I ran the detector.server, this error showed up. I did install Torch. Python 3.9 this error was observed by many others in different situation. any hint?
  • guanwang19
  • Opened 
    on Feb 4, 2023
  • #44
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub