question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SQuAD: Implement eval in Trainer-backed run_squad_trainer

See original GitHub issue

A very good first issue IMO!

See https://github.com/huggingface/transformers/pull/4829#issuecomment-645994130

we should update the eval dataset to pick one start_position (or the most frequent one)

Optionally, use the huggingface/nlp library to get the eval dataset, and hook it into the Trainer.

Also referenced in https://github.com/huggingface/transformers/issues/6997#issuecomment-688747680

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:15 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
sguggercommented, Jan 4, 2021

This has been fixed in #8992 already. I forgot to close this issue as a result, but this is implemented now.

0reactions
ajinkyajawale14commented, Dec 28, 2020

I would like to take up this issue?

Read more comments on GitHub >

github_iconTop Results From Across the Web

eval() - JavaScript - MDN Web Docs - Mozilla
The eval() function evaluates JavaScript code represented as a string and returns its completion value. The source is parsed as a script.
Read more >
Python eval(): Evaluate Expressions Dynamically - Real Python
Python's eval() allows you to evaluate arbitrary Python expressions from a string-based or compiled-code-based input. This function can be handy when you're ...
Read more >
Eval Function - Microsoft Support
You can use the Eval function to evaluate an expression that results in a text string or a numeric value. You can construct...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found