gpt
Here are 79 public repositories matching this topic...
-
Updated
Sep 29, 2020 - Rust
I'm playing around with this wonderful code but I'm running into a curious issue when I try to train the model with my own data.
I replicated the personachat_self_original.json file structure and added my own data. I deleted dataset_cache_OpenAIGPTTokenizer file but when I try to train, I get this error:
INFO:train.py:Pad inputs and convert to Tensor
Traceback (most recent call last)
Ideally, we'd support something like mnli += {pretrain_data_fraction = 0.5}, pretrain_tasks = {mnli,boolq}. Currently, pretrain_data_fraction is just a global argument for all pretraining tasks.
-
Updated
Sep 29, 2020 - Python
-
Updated
Sep 30, 2020 - Rust
-
Updated
Apr 22, 2019
-
Updated
Sep 23, 2020 - Jupyter Notebook
-
Updated
Sep 29, 2020 - Python
-
Updated
Sep 26, 2020 - Python
-
Updated
Sep 24, 2020 - JavaScript
-
Updated
Sep 18, 2019 - JavaScript
-
Updated
Oct 17, 2019 - C
-
Updated
Jul 20, 2020 - JavaScript
-
Updated
Jun 5, 2020 - Jupyter Notebook
-
Updated
Sep 20, 2020 - Shell
Navigate to: https://www.notion.so/API-Developer-Toolkit-49595ed6ffcd413e93ebff10d7e70fe7
Open a Prompt from the library: https://www.notion.so/Idea-Generator-56b1f1d323a747979ed905bbe0c3782c
Edit dolores/prompts.json, including the prompt text and recommended hyperparameter settings:
"idea-generator": [
{
"prompt": "Here is a list of 100 interesting ideas for new movie plots. Each plo
-
Updated
Feb 25, 2020
-
Updated
Sep 27, 2020
-
Updated
Jun 25, 2020 - JavaScript
-
Updated
Jul 18, 2020 - Python
-
Updated
Aug 22, 2020 - Jupyter Notebook
-
Updated
Sep 11, 2020 - TypeScript
Improve this page
Add a description, image, and links to the gpt topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gpt topic, visit your repo's landing page and select "manage topics."
A very good first issue IMO!
See huggingface/transformers#4829 (comment)
Optionally, use the
huggingface/nlplibrary to get the eval dataset, and hook it into the Trainer.Also referenced in huggingface/transformers#6997 (comment)