Skip to content
#

natural-language-processing

Natural language processing (NLP) is a field of computer science that studies how computers and humans interact. In the 1950s, Alan Turing published an article that proposed a measure of intelligence, now called the Turing test. More modern techniques, such as deep learning, have produced results in the fields of language modeling, parsing, and natural-language tasks.

Here are 7,184 public repositories matching this topic...

transformers
stas00
stas00 commented Feb 22, 2021

In an effort to make the examples easier to read, in huggingface/transformers#10266 we added new trainer methods:

  • trainer.log_metrics - to perform consistent formatting for logged metrics
  • trainer.save_metrics - to save the metrics into a corresponding json file.

and deployed them in run_seq2seq.py.

The next task is do the same for all the other `examples

gensim
rasa

💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants

  • Updated Feb 26, 2021
  • Python
mahnerak
mahnerak commented Jan 2, 2021

While setting train_parameters to False very often we also may consider disabling dropout/batchnorm, in other words, to run the pretrained model in eval mode.
We've done a little modification to PretrainedTransformerEmbedder that allows providing whether the token embedder should be forced to eval mode during the training phase.

Do you this feature might be handy? Should I open a PR?

Ciphey

Created by Alan Turing

Wikipedia
Wikipedia