#
gpt
Here are 101 public repositories matching this topic...
-
Updated
Feb 4, 2021 - Rust
Open Source Pre-training Model Framework in PyTorch & Pre-trained Model Zoo
nlp
natural-language-processing
pytorch
classification
chinese
gpt
ner
clue
albert
bert
fine-tuning
roberta
elmo
pre-training
t5
unilm
-
Updated
Feb 8, 2021 - Python
jb33k
commented
Jun 4, 2019
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)
An implementation of model parallel GPT2& GPT3-like models, with the ability to scale up to full GPT3 sizes (and possibly more!), using the mesh-tensorflow library.
-
Updated
Feb 2, 2021 - Python
Rust native ready-to-use NLP pipelines and transformer-based models (BERT, DistilBERT, GPT2,...)
nlp
rust
machine-learning
translation
deep-learning
sentiment-analysis
transformer
rust-lang
question-answering
bart
gpt
ner
bert
language-generation
electra
roberta
gpt-2
-
Updated
Feb 7, 2021 - Rust
Simple implementations of NLP models. Tutorials are written in Chinese on my website https://mofanpy.com
-
Updated
Dec 31, 2020 - Python
Super UEFIinSecureBoot Disk: Boot any OS or .efi file without disabling UEFI Secure Boot
-
Updated
Apr 22, 2019
An easy to use Natural Language Processing library and framework for predicting, training, fine-tuning, and serving up state-of-the-art NLP models.
nlp
docker
machine-learning
natural-language-processing
deep-learning
gpu
transformers
pytorch
api-rest
easy
gpt
language-models
deep-learning-tutorial
bert
fine-tuning
ulmfit
xlnet
-
Updated
Jan 20, 2021 - Jupyter Notebook
OpenAI GPT2 pre-training and sequence prediction implementation in Tensorflow 2.0
nlp
tensorflow
text-generation
transformer
openai
gpt
implementation
pre-training
tensorflow2
gpt-2
gpt2
pretraining
-
Updated
Feb 8, 2021 - Python
A React implementation of the Google DFP/GPT api. http://react-dfp.tk
-
Updated
Sep 24, 2020 - JavaScript
A small, interpretable codebase containing the re-implementation of a few "deep" NLP models in PyTorch. Colab notebooks to run with GPUs. Models: word2vec, CNNs, transformer, gpt.
nlp
deep-learning
word2vec
tutorials
cnn
pytorch
embeddings
transformer
attention
gpt
torchtext
hugging-face
nlp-papers
deeplearning-nlp-models
-
Updated
Dec 10, 2020 - Jupyter Notebook
Code & Data for "Tabular Transformers for Modeling Multivariate Time Series" (ICASSP, 2021)
machine-learning
tabular-data
pytorch
artificial-intelligence
transformer
gpt
bert
fraud-detection
icassp
huggingface
credit-card-dataset
prsa-dataset
credit-card-transaction
icassp2021
-
Updated
Feb 1, 2021 - Python
A node library for nice & easy disk interaction
-
Updated
Sep 18, 2019 - JavaScript
A PAM module that protects sensitive data and provides a panic function for emergency situations. Authentication through passwords or removable media.
encryption
usb
authentication
pam
gpt
usb-drive
luks
sdcard
removable-drives
removable
pam-module
usb-stick
panic
luks-partition
pam-authentication
panic-button
-
Updated
Oct 17, 2019 - C
Hybrid Conversational Bot based on both neural retrieval and neural generative mechanism with TTS.
nlp
ai
chatbot
tts
seq2seq
gpt
conversational-ai
retrieval-chatbot
gpt2
dialogpt
generative-bot
opengpt
gpt2-chatbot
reddit-chatbot
-
Updated
Nov 5, 2020 - Jupyter Notebook
A JavaScript library for display ads in React applications.
react
library
npm-package
ads
mit-license
advertising
gpt
dfp
prebid
doubleclick
doubleclick-for-publishers
adops
prebidjs
prebid-library
-
Updated
Dec 10, 2020 - JavaScript
Create a bootable USB flash drive, external HDD or SSD and boot operating systems directly from ISO files (open source).
windows
linux
usb
multiboot
boot
network-boot
loopback
uefi
windows10
gpt
iso-files
grub2
bios
iso-image
winpe
uefi-boot
bootable-usb
liveusb
uefi-secureboot
uefi-key
-
Updated
Feb 4, 2021 - Shell
A Personal Arch Installation Guide In Case of Amnesia
-
Updated
Dec 23, 2020
Python script to download public Tweets from a given Twitter account into a format suitable for AI text generation
-
Updated
Dec 20, 2020 - Python
KE-Dialogue: Injecting knowledge graph into a fully end-to-end dialogue system.
-
Updated
Oct 10, 2020 - Python
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."
The TensorFlow implementation of the LXMERT model currently has no integration tests. This is problematic as the behavior can diverge without being noticed.
The test_modeling_tf_lxmert.py file should be updated to include integration testing.
An example of a good modeling integration test is visible i