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

config.json for 4bit quantized files #1038

Closed
philwee opened this issue Apr 18, 2023 · 2 comments
Closed

config.json for 4bit quantized files #1038

philwee opened this issue Apr 18, 2023 · 2 comments
Labels

Comments

@philwee
Copy link

philwee commented Apr 18, 2023

I've been able to convert files from HF format to f16 and 4bit, but I've not been able to figure out what config.json (or what changes to the config.json) to use when attempting to evaluate 4 bit quantized models. (Which is needed when trying to evaluate models)

I've tried to just change the torch_dtype to int4, but that doesn't seem to work.

For context, this is that the current config.json for llama 13b looks like:

{
  "architectures": [
    "LlamaForCausalLM"
  ],
  "bos_token_id": 1,
  "eos_token_id": 2,
  "hidden_act": "silu",
  "hidden_size": 5120,
  "initializer_range": 0.02,
  "intermediate_size": 13824,
  "max_position_embeddings": 2048,
  "max_sequence_length": 2048,
  "model_type": "llama",
  "num_attention_heads": 40,
  "num_hidden_layers": 40,
  "pad_token_id": 0,
  "rms_norm_eps": 1e-06,
  "tie_word_embeddings": false,
  "torch_dtype": "float16",
  "transformers_version": "4.28.0.dev0",
  "use_cache": true,
  "vocab_size": 32000
}

I would really appreciate any help. Thank you!

@philwee
Copy link
Author

philwee commented Apr 25, 2023

Update: turns out lm evals does not support 4 bit quantizes yet, will need to work on that first (or if anyone wants to work on it, please see: EleutherAI/lm-evaluation-harness#417

@github-actions github-actions bot added the stale label Mar 25, 2024
Copy link
Contributor

github-actions bot commented Apr 9, 2024

This issue was closed because it has been inactive for 14 days since being marked as stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant