SkyworkAI / SkyworkAI/Skywork-R1V
About paper question
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.2k
- Forks
- 282
- PR merge metrics
- No merged PRs in 30d
Description
In the paper, VIT and a general language model, i.e. a language model without reasoning ability, are used to train an MLP. Then, this MLP is used as a bridge between VIT and the language model with reasoning ability to form the main model in the paper. Moreover, this model can achieve good results without the need for an additional SFT. In this step of testing, when the data is input into the network, is its preprocessing done in the same way as the network that trained the MLP or the LLM with reasoning ability? Because when I tested it, it could not infer anything when I processed the data according to the original network that trained the MLP. It did not recognize this format. Looking forward to your reply!
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 by comparing the preprocessing used to train the MLP with the preprocessing used during inference, as described in the issue and the paper. Reproduce the reported failure and determine whether the input format matches the model's expected format; done means inference works or the preprocessing discrepancy is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ai, machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100