From 054fc8a7c51bfe110bc360307cc2e3cdce6c861e Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 21 Apr 2026 21:48:35 +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: RichardErkhov/pranay27sy_-_maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3-gguf Source: Original Platform --- .gitattributes | 57 ++++ README.md | 243 ++++++++++++++++++ ...tion-Llama-3.1-8B-Instruct-v2.3.IQ3_M.gguf | 3 + ...tion-Llama-3.1-8B-Instruct-v2.3.IQ3_S.gguf | 3 + ...ion-Llama-3.1-8B-Instruct-v2.3.IQ3_XS.gguf | 3 + ...ion-Llama-3.1-8B-Instruct-v2.3.IQ4_NL.gguf | 3 + ...ion-Llama-3.1-8B-Instruct-v2.3.IQ4_XS.gguf | 3 + ...ction-Llama-3.1-8B-Instruct-v2.3.Q2_K.gguf | 3 + ...ction-Llama-3.1-8B-Instruct-v2.3.Q3_K.gguf | 3 + ...ion-Llama-3.1-8B-Instruct-v2.3.Q3_K_L.gguf | 3 + ...ion-Llama-3.1-8B-Instruct-v2.3.Q3_K_M.gguf | 3 + ...ion-Llama-3.1-8B-Instruct-v2.3.Q3_K_S.gguf | 3 + ...ction-Llama-3.1-8B-Instruct-v2.3.Q4_0.gguf | 3 + ...ction-Llama-3.1-8B-Instruct-v2.3.Q4_1.gguf | 3 + ...ction-Llama-3.1-8B-Instruct-v2.3.Q4_K.gguf | 3 + ...ion-Llama-3.1-8B-Instruct-v2.3.Q4_K_M.gguf | 3 + ...ion-Llama-3.1-8B-Instruct-v2.3.Q4_K_S.gguf | 3 + ...ction-Llama-3.1-8B-Instruct-v2.3.Q5_0.gguf | 3 + ...ction-Llama-3.1-8B-Instruct-v2.3.Q5_1.gguf | 3 + ...ction-Llama-3.1-8B-Instruct-v2.3.Q5_K.gguf | 3 + ...ion-Llama-3.1-8B-Instruct-v2.3.Q5_K_M.gguf | 3 + ...ion-Llama-3.1-8B-Instruct-v2.3.Q5_K_S.gguf | 3 + ...ction-Llama-3.1-8B-Instruct-v2.3.Q6_K.gguf | 3 + ...ction-Llama-3.1-8B-Instruct-v2.3.Q8_0.gguf | 3 + 24 files changed, 366 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ3_M.gguf create mode 100644 maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ3_S.gguf create mode 100644 maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ3_XS.gguf create mode 100644 maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ4_NL.gguf create mode 100644 maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ4_XS.gguf create mode 100644 maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q2_K.gguf create mode 100644 maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q3_K.gguf create mode 100644 maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q3_K_L.gguf create mode 100644 maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q3_K_M.gguf create mode 100644 maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q3_K_S.gguf create mode 100644 maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_0.gguf create mode 100644 maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_1.gguf create mode 100644 maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_K.gguf create mode 100644 maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_K_M.gguf create mode 100644 maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_K_S.gguf create mode 100644 maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_0.gguf create mode 100644 maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_1.gguf create mode 100644 maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_K.gguf create mode 100644 maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_K_M.gguf create mode 100644 maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_K_S.gguf create mode 100644 maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q6_K.gguf create mode 100644 maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q8_0.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..32cf875 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,57 @@ +*.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 +maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q3_K.gguf filter=lfs diff=lfs merge=lfs -text +maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_K.gguf filter=lfs diff=lfs merge=lfs -text +maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_0.gguf filter=lfs diff=lfs merge=lfs -text +maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_K.gguf filter=lfs diff=lfs merge=lfs -text +maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_1.gguf filter=lfs diff=lfs merge=lfs -text +maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..57f2dba --- /dev/null +++ b/README.md @@ -0,0 +1,243 @@ +Quantization made by Richard Erkhov. + +[Github](https://github.com/RichardErkhov) + +[Discord](https://discord.gg/pvy7H8DZMG) + +[Request more models](https://github.com/RichardErkhov/quant_request) + + +maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3 - GGUF +- Model creator: https://huggingface.co/pranay27sy/ +- Original model: https://huggingface.co/pranay27sy/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3/ + + +| Name | Quant method | Size | +| ---- | ---- | ---- | +| [maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q2_K.gguf](https://huggingface.co/RichardErkhov/pranay27sy_-_maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3-gguf/blob/main/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q2_K.gguf) | Q2_K | 2.96GB | +| [maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ3_XS.gguf](https://huggingface.co/RichardErkhov/pranay27sy_-_maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3-gguf/blob/main/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ3_XS.gguf) | IQ3_XS | 3.28GB | +| [maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ3_S.gguf](https://huggingface.co/RichardErkhov/pranay27sy_-_maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3-gguf/blob/main/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ3_S.gguf) | IQ3_S | 3.43GB | +| [maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q3_K_S.gguf](https://huggingface.co/RichardErkhov/pranay27sy_-_maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3-gguf/blob/main/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q3_K_S.gguf) | Q3_K_S | 3.41GB | +| [maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ3_M.gguf](https://huggingface.co/RichardErkhov/pranay27sy_-_maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3-gguf/blob/main/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ3_M.gguf) | IQ3_M | 3.52GB | +| [maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q3_K.gguf](https://huggingface.co/RichardErkhov/pranay27sy_-_maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3-gguf/blob/main/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q3_K.gguf) | Q3_K | 3.74GB | +| [maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q3_K_M.gguf](https://huggingface.co/RichardErkhov/pranay27sy_-_maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3-gguf/blob/main/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q3_K_M.gguf) | Q3_K_M | 3.74GB | +| [maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q3_K_L.gguf](https://huggingface.co/RichardErkhov/pranay27sy_-_maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3-gguf/blob/main/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q3_K_L.gguf) | Q3_K_L | 4.03GB | +| [maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ4_XS.gguf](https://huggingface.co/RichardErkhov/pranay27sy_-_maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3-gguf/blob/main/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ4_XS.gguf) | IQ4_XS | 4.18GB | +| [maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_0.gguf](https://huggingface.co/RichardErkhov/pranay27sy_-_maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3-gguf/blob/main/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_0.gguf) | Q4_0 | 4.34GB | +| [maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ4_NL.gguf](https://huggingface.co/RichardErkhov/pranay27sy_-_maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3-gguf/blob/main/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ4_NL.gguf) | IQ4_NL | 4.38GB | +| [maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_K_S.gguf](https://huggingface.co/RichardErkhov/pranay27sy_-_maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3-gguf/blob/main/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_K_S.gguf) | Q4_K_S | 4.37GB | +| [maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_K.gguf](https://huggingface.co/RichardErkhov/pranay27sy_-_maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3-gguf/blob/main/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_K.gguf) | Q4_K | 4.58GB | +| [maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_K_M.gguf](https://huggingface.co/RichardErkhov/pranay27sy_-_maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3-gguf/blob/main/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_K_M.gguf) | Q4_K_M | 4.58GB | +| [maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_1.gguf](https://huggingface.co/RichardErkhov/pranay27sy_-_maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3-gguf/blob/main/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_1.gguf) | Q4_1 | 4.78GB | +| [maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_0.gguf](https://huggingface.co/RichardErkhov/pranay27sy_-_maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3-gguf/blob/main/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_0.gguf) | Q5_0 | 5.21GB | +| [maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_K_S.gguf](https://huggingface.co/RichardErkhov/pranay27sy_-_maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3-gguf/blob/main/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_K_S.gguf) | Q5_K_S | 5.21GB | +| [maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_K.gguf](https://huggingface.co/RichardErkhov/pranay27sy_-_maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3-gguf/blob/main/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_K.gguf) | Q5_K | 5.34GB | +| [maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_K_M.gguf](https://huggingface.co/RichardErkhov/pranay27sy_-_maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3-gguf/blob/main/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_K_M.gguf) | Q5_K_M | 5.34GB | +| [maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_1.gguf](https://huggingface.co/RichardErkhov/pranay27sy_-_maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3-gguf/blob/main/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_1.gguf) | Q5_1 | 5.65GB | +| [maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q6_K.gguf](https://huggingface.co/RichardErkhov/pranay27sy_-_maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3-gguf/blob/main/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q6_K.gguf) | Q6_K | 6.14GB | +| [maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q8_0.gguf](https://huggingface.co/RichardErkhov/pranay27sy_-_maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3-gguf/blob/main/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q8_0.gguf) | Q8_0 | 7.95GB | + + + + +Original model description: +--- +library_name: transformers +tags: [] +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + +This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated. + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +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. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] + diff --git a/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ3_M.gguf b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ3_M.gguf new file mode 100644 index 0000000..ffe35b5 --- /dev/null +++ b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c209dab0e0d1c0e60e4cb2c516b704a79f8bcedf7465ba8b74c0594fac5c3696 +size 3784827968 diff --git a/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ3_S.gguf b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ3_S.gguf new file mode 100644 index 0000000..932d71b --- /dev/null +++ b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5948ab2dc171c2655c137c55c0618c18525d2b8015e19eccbcb093a3777e8060 +size 3682329664 diff --git a/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ3_XS.gguf b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ3_XS.gguf new file mode 100644 index 0000000..a3e206a --- /dev/null +++ b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40c2d24f7c01bc51b3c2a8d108514ff88060eca5977e37dbf12c8b1c6fd208a6 +size 3518751808 diff --git a/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ4_NL.gguf b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ4_NL.gguf new file mode 100644 index 0000000..7e3804a --- /dev/null +++ b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dfff8962f36f8097c0e09f01c4cd2a2a3b68437001de70e758df07baeda16f0 +size 4707353664 diff --git a/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ4_XS.gguf b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ4_XS.gguf new file mode 100644 index 0000000..583aa0d --- /dev/null +++ b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a07d0265a477dddc6e54019264eb20d95835b3288c1af4162b7675dd2b6179b +size 4484367424 diff --git a/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q2_K.gguf b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q2_K.gguf new file mode 100644 index 0000000..c2ffc9c --- /dev/null +++ b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df06ab9c042cbf1c563c48307d87bfb83c907c269a2e375ccd0f7ff06559ec44 +size 3179136064 diff --git a/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q3_K.gguf b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q3_K.gguf new file mode 100644 index 0000000..98ea533 --- /dev/null +++ b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q3_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b008bfe2b90f6cfda4b04e31ef855acf414c417cd5caa9bf74aa690770fa29b +size 4018922560 diff --git a/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q3_K_L.gguf b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q3_K_L.gguf new file mode 100644 index 0000000..37832c3 --- /dev/null +++ b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb1f8214c85b6fc6a717b13fd01af8d74dd11cc5b539e79367e1379801676ef +size 4321961024 diff --git a/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q3_K_M.gguf b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q3_K_M.gguf new file mode 100644 index 0000000..98ea533 --- /dev/null +++ b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b008bfe2b90f6cfda4b04e31ef855acf414c417cd5caa9bf74aa690770fa29b +size 4018922560 diff --git a/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q3_K_S.gguf b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q3_K_S.gguf new file mode 100644 index 0000000..e5cdf5f --- /dev/null +++ b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40aab678d3b9155ac8c080ebd99ac38b8813765796a8dbe193d24f88dd1a5fe4 +size 3664503872 diff --git a/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_0.gguf b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_0.gguf new file mode 100644 index 0000000..026acff --- /dev/null +++ b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9143d5f853995f433b076ee3d8fc460c0071579b29952ec4d5de5c6438159d65 +size 4661216320 diff --git a/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_1.gguf b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_1.gguf new file mode 100644 index 0000000..2032701 --- /dev/null +++ b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:294ca6e7b33d586d307bff49c287306e45f51bb83fe4afe2f36109bd3cf85386 +size 5130257472 diff --git a/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_K.gguf b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_K.gguf new file mode 100644 index 0000000..91bba8a --- /dev/null +++ b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7bff4b4f3c0490cbf365dbc345e76abbf60e483aebd16cd9a5d3fa6ff1d285d +size 4920738880 diff --git a/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_K_M.gguf b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_K_M.gguf new file mode 100644 index 0000000..91bba8a --- /dev/null +++ b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7bff4b4f3c0490cbf365dbc345e76abbf60e483aebd16cd9a5d3fa6ff1d285d +size 4920738880 diff --git a/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_K_S.gguf b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_K_S.gguf new file mode 100644 index 0000000..4edc826 --- /dev/null +++ b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:802d843d6e2859d1d044f2110bd08f00340c5937e6abe4b694428d7913747e92 +size 4692673600 diff --git a/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_0.gguf b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_0.gguf new file mode 100644 index 0000000..c70dddc --- /dev/null +++ b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f8a9854eb96c5d0822dad21e1d9b28cfff8ed3391d0141e79e0a8595294d582 +size 5599298624 diff --git a/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_1.gguf b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_1.gguf new file mode 100644 index 0000000..b7cfaf1 --- /dev/null +++ b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb2ba2324226a4330e443d9d085acde19448b695e009621362c446ab46369997 +size 6068339776 diff --git a/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_K.gguf b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_K.gguf new file mode 100644 index 0000000..dd2d04d --- /dev/null +++ b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cdb03d42e5e22b5632189ebdccd241511459f94439ed35f538e72caee9d6c84 +size 5732992064 diff --git a/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_K_M.gguf b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_K_M.gguf new file mode 100644 index 0000000..dd2d04d --- /dev/null +++ b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cdb03d42e5e22b5632189ebdccd241511459f94439ed35f538e72caee9d6c84 +size 5732992064 diff --git a/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_K_S.gguf b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_K_S.gguf new file mode 100644 index 0000000..02df9cb --- /dev/null +++ b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d0ae701a7185d6f95204147c8bb5d7b70c1b879366e8ce988fc8e042ee9126e +size 5599298624 diff --git a/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q6_K.gguf b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q6_K.gguf new file mode 100644 index 0000000..2693dbd --- /dev/null +++ b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd8f5141d2f2ede1d898806eb0a3df997ed6e36b00037159c0a98505f0911d2 +size 6596011072 diff --git a/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q8_0.gguf b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q8_0.gguf new file mode 100644 index 0000000..b9cb5ac --- /dev/null +++ b/maritime-class-tag-prediction-Llama-3.1-8B-Instruct-v2.3.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:057f40c5f72765aab2c800b4a14621b397f6af98fc3b7eee8b26f02333bf0cd2 +size 8540775488