Instructions to use QEU/Unsloth_creative with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use QEU/Unsloth_creative with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/llama-3-8b-bnb-4bit") model = PeftModel.from_pretrained(base_model, "QEU/Unsloth_creative") - Notebooks
- Google Colab
- Kaggle
| library_name: peft | |
| base_model: unsloth/llama-3-8b-bnb-4bit | |
| # Model Card for Model ID | |
| <!-- Provide a quick summary of what the model is/does. --> | |
| QEU/Unsloth_creative | |
| ## Model Details | |
| ### Model Description | |
| <!-- Provide a longer summary of what this model is. --> | |
| - **Developed by:** QEU | |
| - **Model type:** Unsloth lora adapter | |
| - **Language(s) (NLP):** llama-3-8b | |
| - **License:** apache-2.0 | |
| ### Model Sources | |
| <!-- Provide the basic links for the model. --> | |
| - **blog:** [QEU_blog](https://jpnqeur23phi2sft.blogspot.com/2024/05/qeur23phi2sft21-creativereasoning.html) | |
| ## Uses | |
| <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. --> | |
| このモデルは、BONSAIプロジェクトの初期段階の成果物です。Unslothの技術を使って、finetuneされています。 | |
| ### Out-of-Scope Use | |
| <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. --> | |
| かなり特殊なプロンプト設計がされているのので、ブログを参考にして推論プログラムを設計してください。 | |
| ## Bias, Risks, and Limitations | |
| <!-- This section is meant to convey both technical and sociotechnical limitations. --> | |
| [More Information Needed] | |
| ### Recommendations | |
| <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. --> | |
| 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. | |
| 準備中 | |