From a6971b33b6decdddf6de5ba33ee78ff81eafa9cb Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 18 Jun 2026 08:40:18 +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: benayacp/crypto-market-direction-llama-3.1-8b Source: Original Platform --- .gitattributes | 38 ++++++++++++++++++++++++++++++++++++++ README.md | 28 ++++++++++++++++++++++++++++ config.json | 3 +++ unsloth.F16.gguf | 3 +++ unsloth.Q4_K_M.gguf | 3 +++ unsloth.Q8_0.gguf | 3 +++ 6 files changed, 78 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 config.json create mode 100644 unsloth.F16.gguf create mode 100644 unsloth.Q4_K_M.gguf create mode 100644 unsloth.Q8_0.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7b08e53 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,38 @@ +*.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 +unsloth.F16.gguf filter=lfs diff=lfs merge=lfs -text +unsloth.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +unsloth.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..7f5097a --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +--- +base_model: unsloth/meta-llama-3.1-8b-bnb-4bit +language: +- en +license: apache-2.0 +tags: +- text-generation-inference +- transformers +- unsloth +- llama +- gguf +pipeline_tag: text-generation +widget: +- text: "Below is a title and summary from a cryptocurrency article.\nFrom this article, predict what direction will BTC go in the next 3 days.\nOutput Up if the price will go up, and Down if the price will go down.\n>>> Article Title:\nBitcoin Bulls Revisit $100K Year-End Target as BTC Spikes Over $62K\n>>> Article Summary:\n“Regardless of the next 60 days, the bull market will continue along traditional four-year cycle lines with solid gains in October and November,” one trader said.\n>>> What direction the price go in the next 3 days?" + example_title: "Example 1" +- text: "Below is a title and summary from a cryptocurrency article.\nFrom this article, predict what direction will BTC go in the next 3 days.\nOutput Up if the price will go up, and Down if the price will go down.\n>>> Article Title:\n‘Very, Very High’—$20 Trillion Bitcoin Predicted As ‘Stampede’ Suddenly Sends Price Soaring\n>>> Article Summary:\nBitcoin has bounced back from a huge price crash this week—though crypto exchange Coinbase has issued serious warning to users.\n The bitcoin price has swung from highs of $70,000 per bitcoin last month to lows of under $50,000 on Monday. The rebound, coming along with a stock market rally, has been helped by two of former U.S. president Donald Trump's sons, Eric and Don Jr., have teased a 'big' crypto announcement.\n>>> What direction the price go in the next 3 days?" + example_title: "Example 2" +--- + +# Uploaded model + +- **Developed by:** benayacp +- **License:** apache-2.0 +- **Finetuned from model :** unsloth/meta-llama-3.1-8b-bnb-4bit + +This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library. + +[](https://github.com/unslothai/unsloth) \ No newline at end of file diff --git a/config.json b/config.json new file mode 100644 index 0000000..a4ba21b --- /dev/null +++ b/config.json @@ -0,0 +1,3 @@ +{ + "model_type": "llama" +} \ No newline at end of file diff --git a/unsloth.F16.gguf b/unsloth.F16.gguf new file mode 100644 index 0000000..58b810a --- /dev/null +++ b/unsloth.F16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba7c260370ef1707e18c256f7dfd5bf94eab9d969a1322c443c4057191c91cc +size 16068891008 diff --git a/unsloth.Q4_K_M.gguf b/unsloth.Q4_K_M.gguf new file mode 100644 index 0000000..e907f46 --- /dev/null +++ b/unsloth.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31f8dac199543119ed43e39935b3b99293021c505593cf3999ca86eff1577f08 +size 4920734080 diff --git a/unsloth.Q8_0.gguf b/unsloth.Q8_0.gguf new file mode 100644 index 0000000..51dd99b --- /dev/null +++ b/unsloth.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f9ffed9915d508137b5bf7f6fbf9005d24deeb2dbd953dbe164e1921bbdfa6c +size 8540770688