From 681dcfb79f9e8d9d0a82fc18241c3df3bcdbc28e Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 13 Jun 2026 18:03:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: Flexan/HumanPet-X2.2-1.7B-GGUF Source: Original Platform --- .gitattributes | 39 +++++++++++ HumanPet-X2.2-1.7B.Q2_K.gguf | 3 + HumanPet-X2.2-1.7B.Q4_K_M.gguf | 3 + HumanPet-X2.2-1.7B.Q8_0.gguf | 3 + HumanPet-X2.2-1.7B.f16.gguf | 3 + README.md | 124 +++++++++++++++++++++++++++++++++ 6 files changed, 175 insertions(+) create mode 100644 .gitattributes create mode 100644 HumanPet-X2.2-1.7B.Q2_K.gguf create mode 100644 HumanPet-X2.2-1.7B.Q4_K_M.gguf create mode 100644 HumanPet-X2.2-1.7B.Q8_0.gguf create mode 100644 HumanPet-X2.2-1.7B.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d802eff --- /dev/null +++ b/.gitattributes @@ -0,0 +1,39 @@ +*.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 +HumanPet-X2.2-1.7B.f16.gguf filter=lfs diff=lfs merge=lfs -text +HumanPet-X2.2-1.7B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +HumanPet-X2.2-1.7B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +HumanPet-X2.2-1.7B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/HumanPet-X2.2-1.7B.Q2_K.gguf b/HumanPet-X2.2-1.7B.Q2_K.gguf new file mode 100644 index 0000000..ea56ffa --- /dev/null +++ b/HumanPet-X2.2-1.7B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e750fee2ca2b3b6115b65332437e0ae2313c00d472aecfb66c3d6287c902e6 +size 777795392 diff --git a/HumanPet-X2.2-1.7B.Q4_K_M.gguf b/HumanPet-X2.2-1.7B.Q4_K_M.gguf new file mode 100644 index 0000000..3311299 --- /dev/null +++ b/HumanPet-X2.2-1.7B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc893f202181cbe73d66b6e28af0f3ffb84a5f5ad94b4565230f84638faba7f7 +size 1107408704 diff --git a/HumanPet-X2.2-1.7B.Q8_0.gguf b/HumanPet-X2.2-1.7B.Q8_0.gguf new file mode 100644 index 0000000..7f1a242 --- /dev/null +++ b/HumanPet-X2.2-1.7B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529924220e7a6a0a9fdf3890a0eb38cba3902d5caae03711b69dcf881a142fad +size 1834426176 diff --git a/HumanPet-X2.2-1.7B.f16.gguf b/HumanPet-X2.2-1.7B.f16.gguf new file mode 100644 index 0000000..2aafd48 --- /dev/null +++ b/HumanPet-X2.2-1.7B.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e28c087ddfcc9e85554be072b9a927a1f920a9d85f842bcb5efb20502bc5d61 +size 3447349056 diff --git a/README.md b/README.md new file mode 100644 index 0000000..ddbee78 --- /dev/null +++ b/README.md @@ -0,0 +1,124 @@ +--- +license: cc-by-sa-4.0 +datasets: +- ConvLab/dailydialog +language: +- en +base_model: Flexan/HumanPet-X2.2-1.7B +pipeline_tag: text-generation +--- + +# GGUF Files for HumanPet-X2.2-1.7B + +These are the GGUF files for [Flexan/HumanPet-X2.2-1.7B](https://huggingface.co/Flexan/HumanPet-X2.2-1.7B). + +> [!NOTE] +> **Note:** this model has only been quantized to **Q2_K**, **Q4_K_M**, and **Q8_0**. Other quantizations may become available later. + +## Downloads + +| GGUF Link | Quantization | Description | +| ---- | ----- | ----------- | +| [Download](https://huggingface.co/Flexan/Flexan-HumanPet-X2.2-1.7B-GGUF/resolve/main/HumanPet-X2.2-1.7B.Q2_K.gguf) | Q2_K | Lowest quality | +| [Download](https://huggingface.co/Flexan/Flexan-HumanPet-X2.2-1.7B-GGUF/resolve/main/HumanPet-X2.2-1.7B.Q4_K_M.gguf) | Q4_K_M | **Recommended:** Perfect mix of speed and performance | +| [Download](https://huggingface.co/Flexan/Flexan-HumanPet-X2.2-1.7B-GGUF/resolve/main/HumanPet-X2.2-1.7B.Q8_0.gguf) | Q8_0 | Best quality | +| [Download](https://huggingface.co/Flexan/Flexan-HumanPet-X2.2-1.7B-GGUF/resolve/main/HumanPet-X2.2-1.7B.f16.gguf) | f16 | Full precision, don't bother; use a quant | + +# HumanPet X2.2 1.7B + +## Description + +HumanPet X2.2 1.7B is an instruct LLM consisting of 1.7B parameters trained to talk in a human conversational manner. It does not support reasoning nor tool-calling (although the base model does). +The model was LoRA fine-tuned with [Qwen/Qwen3-1.7B](https://huggingface.co/Qwen/Qwen3-1.7B) as base model. + +The HumanPet series is part of an experiment. Do not expect consistent releases. + +[Explanation of the experiment](https://huggingface.co/Flexan/HumanPet) +[Progress on the experiment](https://huggingface.co/Flexan/HumanPet#progress) +[Findings for HumanPet X2.2 1.7B](https://huggingface.co/Flexan/HumanPet#humanpet-x22-17b) + +> [!NOTE] +> **Note:** the model files are **not released yet.** [Read section 'Stages' in the experiment explanation.](https://huggingface.co/Flexan/HumanPet#stages) + +> [!NOTE] +> **Note:** this model is a **re-train** of the previous model. Read why the model was re-trained here: [Findings for HumanPet X2.1 1.7B](https://huggingface.co/Flexan/HumanPet#humanpet-x21-17b) + +## Chat Format + +HumanPet X2.2 1.7B uses the ChatML format, e.g.: +```text +<|im_start|>system +System message<|im_end|> +<|im_start|>user +User prompt<|im_end|> +<|im_start|>assistant +Assistant response<|im_end|> +``` + +## Usage + +This model is not trained on system prompts. Therefore, it is recommended to not send any system messages. This includes tools (which this model also was not trained on). + +The assistant response has the following format: +```text +<|im_start|>assistant + + + + +What happened? + +:^<|im_end|> +``` + +Note that the `...` tags are always empty, as this model was not trained on reasoning data. +The `...` tags contain a text emoji that the model thinks fits most with the response. The emojis it may output are: +```txt +0^0 +u~u +u.u +:^ +:3 +x3 +0w0 +u-u +:P +>.< +>-< +owo +U.U +:] +^-^ +>:3 +:0 +:O +0~0 +o^o +O^O +@~@ +@.@ +o~o +T^T +>~< +>.0 +o.o +>^< +0.0 +0-0 +-w- +-.- +T-T +T.T +T~T +:< +u^u +``` + +Note that the emojis are escaped because of the XML tags (e.g. ">.<" is outputted by the model as "&gt;.&lt;"). If the model does not adhere to the list of emojis, please let us know in the community tab. + +## Datasets + +1. **[ConvLab/dailydialog](https://huggingface.co/datasets/ConvLab/dailydialog)** *4.3k chats* + Only the conversations from the "Relationship" domain have been used. + - **Private NLP processing** + NLP processing has been applied to the text to modify the dataset to be sillier. \ No newline at end of file