SQuAD: Implement eval in Trainer-backed run_squad_trainer
See original GitHub issueA 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:
- Created 3 years ago
- Comments:15 (7 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This has been fixed in #8992 already. I forgot to close this issue as a result, but this is implemented now.
I would like to take up this issue?