--- library_name: peft base_model: meta-llama/Llama-2-7b-hf license: apache-2.0 language: - zh - en pipeline_tag: text-generation datasets: - jslin09/Themis_data_TW --- # Model Card for Model ID ## Model Details ### Model Description - **Developed by:** [Chun-Hsien Lin (a.k.a. J.S. Lin)](https://huggingface.co/jslin09) - **Shared by [optional]:** [More Information Needed] - **Model type:** [Causal Language Modeling](https://huggingface.co/docs/transformers/tasks/language_modeling) - **Language(s) (NLP):** Traditional Chinese, English - **License:** [Meta Llama 2](https://ai.meta.com/llama/license/) - **Finetuned from model [optional]:** [Meta LlaMA 2](https://huggingface.co/meta-llama/Llama-2-7b-hf) ### Model Sources [optional] - **Repository:** [Meta LlaMA 2](https://huggingface.co/meta-llama/Llama-2-7b-hf) - **Paper [optional]:** [More Information Needed] - **Demo [optional]:** [More Information Needed] ## Uses ### Direct Use [More Information Needed] ### Downstream Use [optional] [More Information Needed] ### 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 [台灣法律諮詢常見問答資料集](https://huggingface.co/datasets/jslin09/Themis_data_TW) [More Information Needed] ### Training Procedure #### Preprocessing [optional] [More Information Needed] #### Training Hyperparameters - **Training regime:** [More Information Needed] #### Speeds, Sizes, Times [optional] [More Information Needed] ## Evaluation ### Testing Data, Factors & Metrics #### Testing Data [More Information Needed] #### Factors [More Information Needed] #### Metrics [More Information Needed] ### Results [More Information Needed] #### Summary ## Model Examination [optional] [More Information Needed] ## Environmental Impact Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700). - **Hardware Type:** [More Information Needed] - **Hours used:** [More Information Needed] - **Cloud Provider:** [More Information Needed] - **Compute Region:** [More Information Needed] - **Carbon Emitted:** [More Information Needed] ## Technical Specifications [optional] ### Model Architecture and Objective [More Information Needed] ### Compute Infrastructure [More Information Needed] #### Hardware [More Information Needed] #### Software [More Information Needed] ## Citation [optional] **BibTeX:** [More Information Needed] **APA:** [More Information Needed] ## Glossary [optional] [More Information Needed] ## More Information [optional] [More Information Needed] ## Model Card Authors [optional] [More Information Needed] ## Model Card Contact [More Information Needed] ## Training procedure The following `bitsandbytes` quantization config was used during training: - quant_method: bitsandbytes - load_in_8bit: False - load_in_4bit: True - llm_int8_threshold: 6.0 - llm_int8_skip_modules: None - llm_int8_enable_fp32_cpu_offload: False - llm_int8_has_fp16_weight: False - bnb_4bit_quant_type: nf4 - bnb_4bit_use_double_quant: True - bnb_4bit_compute_dtype: bfloat16 ### Framework versions - PEFT 0.6.0.dev0