Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New metrics RefUniqueGrams [add] #52

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 3, 2021

  1. Added a new metric RefUniqueGrams

    This metrics compute the UniqueGrams respect to a reference text, can be useful to evaluate model that can generate text over the corpus in which the model was trained.
    This metrics is inspired by the evaluation part of the Paper "BERT has a Mouth, and It Must Speak: BERT as a Markov Random Field Language Model" https://arxiv.org/abs/1902.04094
    alessandropec authored Jul 3, 2021
    Configuration menu
    Copy the full SHA
    320a9aa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from alessandropec/alessandropec-patch-1-RefUni…

    …queGrams
    
    Added a new metric RefUniqueGrams
    alessandropec authored Jul 3, 2021
    Configuration menu
    Copy the full SHA
    6422ec2 View commit details
    Browse the repository at this point in the history