gpt
Here are 73 public repositories matching this topic...
-
Updated
Aug 24, 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
Aug 8, 2020 - Python
-
Updated
Apr 22, 2019
-
Updated
Aug 24, 2020 - Rust
-
Updated
Aug 12, 2020 - Jupyter Notebook
-
Updated
May 16, 2020 - Python
-
Updated
Aug 13, 2020 - JavaScript
-
Updated
Sep 18, 2019 - JavaScript
-
Updated
Oct 17, 2019 - C
-
Updated
Jul 20, 2020 - JavaScript
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
Jun 25, 2020 - JavaScript
-
Updated
Aug 12, 2020 - Shell
-
Updated
Jun 5, 2020 - Jupyter Notebook
-
Updated
Feb 25, 2020
-
Updated
Aug 14, 2020
-
Updated
Aug 7, 2020 - TypeScript
-
Updated
Sep 14, 2017 - Shell
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."


modeling_longformer.pyhas the classesLongformerForSequenceClassification,LongformerForMultipleChoiceandLongformerForTokenClassificationwhich are not present inmodeling_tf_longformer.pyat the moment.Those classes should be equally added to
modeling_tf_longformer.py.Motivation
The pretrained weights for TFLongformer are available so that these