初始化项目,由ModelHub XC社区提供模型
Model: QuantFactory/TwinLlama-3.1-8B-DPO2-GGUF Source: Original Platform
This commit is contained in:
49
.gitattributes
vendored
Normal file
49
.gitattributes
vendored
Normal file
@@ -0,0 +1,49 @@
|
|||||||
|
*.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
|
||||||
|
TwinLlama-3.1-8B-DPO2.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
TwinLlama-3.1-8B-DPO2.Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
TwinLlama-3.1-8B-DPO2.Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
TwinLlama-3.1-8B-DPO2.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
TwinLlama-3.1-8B-DPO2.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
TwinLlama-3.1-8B-DPO2.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
TwinLlama-3.1-8B-DPO2.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
TwinLlama-3.1-8B-DPO2.Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
TwinLlama-3.1-8B-DPO2.Q5_1.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
TwinLlama-3.1-8B-DPO2.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
TwinLlama-3.1-8B-DPO2.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
TwinLlama-3.1-8B-DPO2.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
TwinLlama-3.1-8B-DPO2.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
TwinLlama-3.1-8B-DPO2.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
35
README.md
Normal file
35
README.md
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
base_model: mlabonne/TwinLlama-3.1-8B
|
||||||
|
language:
|
||||||
|
- en
|
||||||
|
license: apache-2.0
|
||||||
|
tags:
|
||||||
|
- text-generation-inference
|
||||||
|
- transformers
|
||||||
|
- unsloth
|
||||||
|
- llama
|
||||||
|
- trl
|
||||||
|
- dpo
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
# QuantFactory/TwinLlama-3.1-8B-DPO2-GGUF
|
||||||
|
This is quantized version of [mlabonne/TwinLlama-3.1-8B-DPO2](https://huggingface.co/mlabonne/TwinLlama-3.1-8B-DPO2) created using llama.cpp
|
||||||
|
|
||||||
|
# Original Model Card
|
||||||
|
|
||||||
|
|
||||||
|
# Uploaded model
|
||||||
|
|
||||||
|
- **Developed by:** mlabonne
|
||||||
|
- **License:** apache-2.0
|
||||||
|
- **Finetuned from model :** mlabonne/TwinLlama-3.1-8B
|
||||||
|
|
||||||
|
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
TwinLlama-3.1-8B-DPO2.Q2_K.gguf
Normal file
3
TwinLlama-3.1-8B-DPO2.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:17458734f8f938ca1187ffa67d633f94bab3af10a07042337010433b0339acdc
|
||||||
|
size 3179132128
|
||||||
3
TwinLlama-3.1-8B-DPO2.Q3_K_L.gguf
Normal file
3
TwinLlama-3.1-8B-DPO2.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:868591109d8b2c4328850b38450f3de80d13f29df3201b36599f7fe484b29ad3
|
||||||
|
size 4321957088
|
||||||
3
TwinLlama-3.1-8B-DPO2.Q3_K_M.gguf
Normal file
3
TwinLlama-3.1-8B-DPO2.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:40e17e5b286b781d009f2e6d911a0063d67e793ef06c1471bf949b0a32e01e53
|
||||||
|
size 4018918624
|
||||||
3
TwinLlama-3.1-8B-DPO2.Q3_K_S.gguf
Normal file
3
TwinLlama-3.1-8B-DPO2.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1e98e6d05a020309ef3e600c3d97c4684c125c756cd1ce5278e7633081d3307c
|
||||||
|
size 3664499936
|
||||||
3
TwinLlama-3.1-8B-DPO2.Q4_0.gguf
Normal file
3
TwinLlama-3.1-8B-DPO2.Q4_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2207e0ebf5a19e16c336929a962c9974e3e5ced25ce00efd14db879430bad59b
|
||||||
|
size 4661212384
|
||||||
3
TwinLlama-3.1-8B-DPO2.Q4_1.gguf
Normal file
3
TwinLlama-3.1-8B-DPO2.Q4_1.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2f3ae8ef88fe9e2be8ce4141f579d31eeea173941e23e8b1fe1132734fe78cf6
|
||||||
|
size 5130253536
|
||||||
3
TwinLlama-3.1-8B-DPO2.Q4_K_M.gguf
Normal file
3
TwinLlama-3.1-8B-DPO2.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:53972e204c5c184afdf864d8a5b59cad7ec7594186fc3655261f10efdd4c8487
|
||||||
|
size 4920734944
|
||||||
3
TwinLlama-3.1-8B-DPO2.Q4_K_S.gguf
Normal file
3
TwinLlama-3.1-8B-DPO2.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:15b07a3f4848ed154f6c7b29832bfa424e30d8700f56f22afeb082292c80bd06
|
||||||
|
size 4692669664
|
||||||
3
TwinLlama-3.1-8B-DPO2.Q5_0.gguf
Normal file
3
TwinLlama-3.1-8B-DPO2.Q5_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0aec93737205ac6b849ae0368a21619022ee770ce14fd0eaf1415208c01b5d94
|
||||||
|
size 5599294688
|
||||||
3
TwinLlama-3.1-8B-DPO2.Q5_1.gguf
Normal file
3
TwinLlama-3.1-8B-DPO2.Q5_1.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b59506b1e01a32ead1ef06e155ac246e1fb907f63069b33742cda5f7bf6ee3e1
|
||||||
|
size 6068335840
|
||||||
3
TwinLlama-3.1-8B-DPO2.Q5_K_M.gguf
Normal file
3
TwinLlama-3.1-8B-DPO2.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5bd8af220856253ae1559e2afe08263f92263238f1c65c4488d578684c858520
|
||||||
|
size 5732988128
|
||||||
3
TwinLlama-3.1-8B-DPO2.Q5_K_S.gguf
Normal file
3
TwinLlama-3.1-8B-DPO2.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:648d16bb999bce596849274b9bd8e32727fd44a11ed3d6b489c00ed0d258bd91
|
||||||
|
size 5599294688
|
||||||
3
TwinLlama-3.1-8B-DPO2.Q6_K.gguf
Normal file
3
TwinLlama-3.1-8B-DPO2.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:56710a997d934be3efaf95cea56e6c014c14f775c6c7d8f55e31c937237ebaa1
|
||||||
|
size 6596007136
|
||||||
3
TwinLlama-3.1-8B-DPO2.Q8_0.gguf
Normal file
3
TwinLlama-3.1-8B-DPO2.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9e1aa1cafdf4abf53c3fe0a1a81e7c2adeccdd8cde2651c101fde18347d2c92f
|
||||||
|
size 8540771552
|
||||||
1
configuration.json
Normal file
1
configuration.json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{}
|
||||||
Reference in New Issue
Block a user