TIGER-AI-Lab / TIGER-AI-Lab/EditReward
some question about the final reward score
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 160
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
i have some question, when use single_inference, the rewards is a tensor like tensor([[ 1.4358, -1.9688]], device='cuda:0'), and in the inference code, get the reward[0] as final result, what does the tensor value mean ? and why choose reward[0], The paper mentions that the predictions are for the mean and variance. does 1.4358 is mean and -1.9688 is var? and why choose mean as final result, by the way, i am trying this model as a scorer for image edit data quality eval
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the single_inference entry point and read the inference code alongside the paper's discussion of mean and variance. A useful resolution would explain what each tensor element represents and why reward[0] is returned, with the explanation captured in relevant documentation if a documentation location is identified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100