Does kerbert going to support LLaMA?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 4.2k
- Forks
- 385
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I received an error once I change the model with `decapoda-research/llama-7b-hf`. Is this error derived from sentence-transformer?
ValueError: Asking to pad but the tokenizer does not have a padding token. Please select a token to use as
`pad_token` `(tokenizer.pad_token = tokenizer.eos_token e.g.)` or add a new pad token via
`tokenizer.add_special_tokens({'pad_token': '[PAD]'})`.
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 reproducing the model change to `decapoda-research/llama-7b-hf` and trace how sentence-transformer handles its tokenizer. Determine whether the reported padding-token error is expected or needs project support; done means the model can be selected without this error or the limitation is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- huggingface, python
- Domain
- machine-learning
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100