初始化项目,由ModelHub XC社区提供模型
Model: impactframes/llama3_ifai_sdpromptmkr_q8_gguf Source: Original Platform
This commit is contained in:
36
.gitattributes
vendored
Normal file
36
.gitattributes
vendored
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.arrow filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bin filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ftz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.h5 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.joblib filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.model filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.npy filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.npz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.onnx filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ot filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.parquet filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pb filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pickle filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pkl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pth filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||||
|
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tflite filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.wasm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
||||||
|
llama3_ifai_sdpromptmkr_q8_gguf-unsloth.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
50
README.md
Normal file
50
README.md
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
---
|
||||||
|
language:
|
||||||
|
- en
|
||||||
|
license: apache-2.0
|
||||||
|
tags:
|
||||||
|
- text-generation-inference
|
||||||
|
- transformers
|
||||||
|
- unsloth
|
||||||
|
- llama
|
||||||
|
- gguf
|
||||||
|
base_model: unsloth/llama-3-8b-bnb-4bit
|
||||||
|
---
|
||||||
|
# LLaMA3 License and Usage
|
||||||
|

|
||||||
|
## Introduction
|
||||||
|
The LLaMA3 model is equipped to deliver superior results in machine learning applications. This model is particularly effective when used in conjunction with the IF_AI_tools custom node for ComfyUI and the IF_PromptMKr, my extension for A1111 Forge and Next platforms.
|
||||||
|
|
||||||
|
## Model Training
|
||||||
|
LLaMA3 has been meticulously trained on a synthetic dataset comprising over 50,000 high-quality, stable diffusion prompts, ensuring robustness and high performance across various tasks.
|
||||||
|
|
||||||
|
## Useful Links
|
||||||
|
- [IF Prompt MKR](https://github.com/if-ai/IF_prompt_MKR)
|
||||||
|
- [ComfyUI-IF_AI_tools](https://github.com/if-ai/ComfyUI-IF_AI_tools)
|
||||||
|
|
||||||
|
## Support
|
||||||
|
Your support is invaluable in continuing the development and enhancement of tools like these. If you find this tool useful, please consider extending your support by:
|
||||||
|
- **Starring the repository** on GitHub: [Star ComfyUI-IF_AI_tools](https://github.com/if-ai/ComfyUI-IF_AI_tools)
|
||||||
|
- **Subscribing** to my YouTube channel: [Impact Frames on YouTube](https://youtube.com/@impactframes?si=DrBu3tOAC2-YbEvc)
|
||||||
|
- **Donating** on Ko-fi: [Support Impact Frames on Ko-fi](https://ko-fi.com/impactframes)
|
||||||
|
- **Becoming a patron** on Patreon: [Support via Patreon](https://patreon.com/ImpactFrames)
|
||||||
|
|
||||||
|
Thank you for your interest and support!
|
||||||
|
|
||||||
|
- **Developed by:** impactframes
|
||||||
|
- **License:** apache-2.0
|
||||||
|
- **Finetuned from model :** unsloth/llama-3-8b-bnb-4bit
|
||||||
|
|
||||||
|
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
||||||
|
|
||||||
|
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
||||||
|
|
||||||
|
# Uploaded model
|
||||||
|
|
||||||
|
- **Developed by:** impactframes
|
||||||
|
- **License:** apache-2.0
|
||||||
|
- **Finetuned from model :** unsloth/llama-3-8b-bnb-4bit
|
||||||
|
|
||||||
|
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
||||||
|
|
||||||
|
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
||||||
3
config.json
Normal file
3
config.json
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"model_type": "llama"
|
||||||
|
}
|
||||||
3
llama3_ifai_sdpromptmkr_q8_gguf-unsloth.Q8_0.gguf
Normal file
3
llama3_ifai_sdpromptmkr_q8_gguf-unsloth.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e2f699bd589f768f2a623cf8a4c9f2e13866c7567d931574c742658fee8fbb4a
|
||||||
|
size 8541283168
|
||||||
Reference in New Issue
Block a user