Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: huggingface/evaluate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.3
Choose a base ref
...
head repository: huggingface/evaluate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.4
Choose a head ref
  • 13 commits
  • 20 files changed
  • 7 contributors

Commits on Sep 11, 2024

  1. set dev version (#627)

    lhoestq authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c476380 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    a746bcb View commit details
    Browse the repository at this point in the history
  2. Pin numpy<2 as required by tensorflow to fix doc building (#631)

    Pin numpy<2 as required by tensorflow
    albertvillanova authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    eb4dac2 View commit details
    Browse the repository at this point in the history
  3. Support nltk>=3.9 to fix vulnerability (#629)

    * Replace punkt with punkt_tab in word_length
    
    * Replace punkt with punkt_tab in meteor
    
    * Replace punkt with punkt_tab in docs
    
    * Revert temporary pin nltk<3.9
    
    This reverts commit d1a15f6.
    
    * Fix import in word_length
    
    * Fix import in word_length
    
    * Fix style
    albertvillanova authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b3f3c02 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    55f1bc6 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. Fix size attribute error for precision/recall/f1 (#656)

    * Fix size attribute error for scalar outputs in precision/recall/f1 metrics
    
    * Run formatting
    
    ---------
    
    Co-authored-by: Tom Aarsen <Cubiegamedev@gmail.com>
    Maxwell-Jia and tomaarsen authored Jan 10, 2025
    1 Configuration menu
    Copy the full SHA
    5aa3982 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. support jiwer 4.0 (#685)

    * support jiwer 4.0
    
    * Update cer.py
    
    * style
    
    * fix xtreme_s
    lhoestq authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    b39b266 View commit details
    Browse the repository at this point in the history
  2. Fix Perplexity Score For Tokenizers without bos_token_id (#682)

    Update perplexity.py to handle models without bos_token_id in the tokeniser
    kylehowells authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    f05792f View commit details
    Browse the repository at this point in the history
  3. fix ci

    lhoestq committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    768141e View commit details
    Browse the repository at this point in the history
  4. again

    lhoestq committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    bf2d482 View commit details
    Browse the repository at this point in the history
  5. again

    lhoestq committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    744c24a View commit details
    Browse the repository at this point in the history
  6. again

    lhoestq committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    077df0d View commit details
    Browse the repository at this point in the history
  7. Release 0.4.4 (#686)

    release 0.4.4
    lhoestq authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    fab953d View commit details
    Browse the repository at this point in the history
Loading