Skip to content
#

language-models

Here are 59 public repositories matching this topic...

transformers
stas00
stas00 commented Jun 22, 2021

huggingface/transformers#12276 introduced a new --log_level feature, which now allows users to set their desired log level via CLI or TrainingArguments.

run_translation.py was used as a "model" for other examples.

Now we need to replicate this to all other Trainer-based examples under examples/pytorch/, the 3 changes are

  1. importing datasets
  2. using `training

Code for equipping pretrained language models (BART, GPT-2, XLNet) with commonsense knowledge for generating implicit knowledge statements between two sentences, by (i) finetuning the models on corpora enriched with implicit information; and by (ii) constraining models with key concepts and commonsense knowledge paths connecting them.

  • Updated Apr 10, 2021

Improve this page

Add a description, image, and links to the language-models topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the language-models topic, visit your repo's landing page and select "manage topics."

Learn more