Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC Update a few places in the README #1152

Merged

Conversation

BenjaminBossan
Copy link
Member

Resolves #1151

  • fix bits_and_bytes => bitsandbytes
  • add a few links
  • add mistral to list of supported models

A question: What is the criterion for a model to be considered to be "supported" for a given adapter? E.g. "ChatGLM" is listed as having support for all methods, but we only have an entry for it in TRANSFORMERS_MODELS_TO_LORA_TARGET_MODULES_MAPPING, not in TRANSFORMERS_MODELS_TO_IA3_TARGET_MODULES_MAPPING etc. So should we really put a ✅ in all those columns? For mistral, I only added a ✅ for LoRA, as that's the only entry for mistral that we have, even though I'm pretty sure we can just use the same settings for other adapters.

- fix bits_and_bytes => bitsandbytes
- add a few links
- add mistral to list of supported models
@HuggingFaceDocBuilderDev
Copy link

HuggingFaceDocBuilderDev commented Nov 20, 2023

The documentation is not available anymore as the PR was closed or merged.

Copy link
Contributor

@younesbelkada younesbelkada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Not sure about the rule, but I would say as long as it is present in a single mapping object, maybe @pacman100 can confirm

Copy link
Member

@stevhliu stevhliu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just a small typo i noticed :)

README.md Outdated Show resolved Hide resolved
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
@BenjaminBossan
Copy link
Member Author

A question: What is the criterion for a model to be considered to be "supported" for a given adapter?

I added a note about this in our internal docs discussion page, so that we don't forget about it. I'll go ahead and merge this PR then.

@BenjaminBossan BenjaminBossan merged commit e586f96 into huggingface:main Nov 28, 2023
14 checks passed
@BenjaminBossan BenjaminBossan deleted the doc-a-few-updates-to-readme branch November 28, 2023 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mention that Mistral is supported as well
4 participants