gitextract_dxyjjhmh/ ├── .gitignore ├── DATA_LICENSE ├── LICENSE ├── README.md ├── WEIGHT_DIFF_LICENSE ├── alpaca_data.json ├── configs/ │ └── default_offload_opt_param.json ├── datasheet.md ├── generate_instruction.py ├── model_card.md ├── prompt.txt ├── requirements.txt ├── seed_tasks.jsonl ├── train.py ├── utils.py └── weight_diff.py