huggingface / huggingface/sentence-transformers
error in LabelAccuracyEvaluator.py
Open
- Dominant language
- Python
- Stars
- 19.1k
- Forks
- 2.9k
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 61
Description
The codes in line 53 in LabelAccuracyEvaluator.py :
_, prediction = model(features[0])
It does not work. When I run this code,error occurs.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with line 53 of LabelAccuracyEvaluator.py and run the evaluator to capture the full error and traceback. Compare the model output at that call with what the evaluator expects; the issue is done when the evaluator runs without the reported error and its label-accuracy result is produced correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100