--- library_name: transformers license: apache-2.0 language: - en tags: - causal-lm - Large Language Model - LLM - detoxification - unbias - bias - instruction - finetuned - llama2 --- # Model Card for Model ID This model is an instruction-tuned version of meta-llama/Llama-2-7b-hf. We construct a comprehensive instruction dataset for detoxification of LLMs, and fine-tuned this model. ## Model Details ### Model Description This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated. - **Developed by:** [More Information Needed] - **Funded by [optional]:** [More Information Needed] - **Shared by [optional]:** [More Information Needed] - **Model type:** [More Information Needed] - **Language(s) (NLP):** [More Information Needed] - **License:** [More Information Needed] - **Finetuned from model [optional]:** [More Information Needed] ### Model Sources [optional] - **Repository:** [More Information Needed] - **Paper [optional]:** [More Information Needed] - **Demo [optional]:** [More Information Needed] ## Uses ### Direct Use ```python from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("SungJoo/llama2-7b-sft-detox") model = AutoModelForCausalLM.from_pretrained("SungJoo/llama2-7b-sft-detox") ### Out-of-Scope Use [More Information Needed] ## Bias, Risks, and Limitations [More Information Needed] ### Recommendations Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. ## How to Get Started with the Model Use the code below to get started with the model. [More Information Needed] ## Training Details ### Training Data [More Information Needed] ### Training Procedure #### Training Hyperparameters - **Training regime:** [More Information Needed] ## Model Card Contact byunsj@snu.ac.kr