We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The folder does not contain the usual config.json file.
./my_model] ls
adapter_config.json README.md tokenizer_config.json tokenizer.model adapter_model.bin special_tokens_map.json tokenizer.json training_args.bin
cat adapter_config.json { "auto_mapping": null, "base_model_name_or_path": "meta-llama/Llama-2-7b-chat-hf", "bias": "none", "fan_in_fan_out": false, "inference_mode": true, "init_lora_weights": true, "layers_pattern": null, "layers_to_transform": null, "lora_alpha": 16, "lora_dropout": 0.1, "modules_to_save": null, "peft_type": "LORA", "r": 64, "revision": null, "target_modules": [ "q_proj", "v_proj" ], "task_type": "CAUSAL_LM" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The folder does not contain the usual config.json file.
./my_model] ls
adapter_config.json README.md tokenizer_config.json tokenizer.model
adapter_model.bin special_tokens_map.json tokenizer.json training_args.bin
The text was updated successfully, but these errors were encountered: