Steven Liu

Results 104 comments of Steven Liu

Hi, thanks for fixing! All those other files aren't translated/exist yet so thats why the test is failing right now. Can you translate `index.md` to Arabic in this PR and...

Hi! Reminder that this [comment](https://github.com/huggingface/transformers/pull/32696#issuecomment-2315824767) needs to be resolved first before we can start merging the other PRs 🙂

1. You'll have to remove everything in the `toctree` since none of those docs exist yet. 2. Copy your translated `index.md` to this PR. Your `toctree` should look like this:...

Hi, the notebooks are automatically generated from the `.md` files [here](https://github.com/huggingface/transformers/tree/main/docs/source/en/tasks). So to update the notebooks, you can just update the docs first and then the doc builder converts them...

Ah ok, sorry! I think this is the Rust file that should be updated then https://github.com/huggingface/tokenizers/blob/14a07b06e4a8bd8f80d884419ae4630f5a3d8098/bindings/python/src/tokenizer.rs#L593

hi @ArthurZucker, is this ready to be merged so we can close https://github.com/huggingface/transformers/issues/33183?

Thanks for fixing those errors, can you also resolve the conflict please?

Hi! Looks like you need to remove `- agent_change_llm` from the toctree since it doesn't exist yet :)

Thank you both for iterating and contributing! 🤗

Hey @NahieliV, welcome! You only need to modify the [mistral.md](https://github.com/huggingface/transformers/blob/main/docs/source/en/model_doc/mistral.md) file. This is just for the model cards in the Transformers docs rather than the Hub.