Novaciano commited on
Commit
6594430
·
verified ·
1 Parent(s): e61a6f4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +100 -0
README.md ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Novaciano/Llama-3.2-1B-NSFW-Dominatrix
3
+ datasets:
4
+ - microsoft/orca-agentinstruct-1M-v1
5
+ - Isotonic/agentinstruct-1Mv1-combined
6
+ - trl-lib/Capybara
7
+ - HuggingFaceTB/smoltalk
8
+ - Guilherme34/uncensor
9
+ - teknium/OpenHermes-2.5
10
+ - passing2961/multifaceted-skill-of-mind
11
+ - PawanKrd/math-gpt-4o-200k
12
+ - V3N0M/Jenna-50K-Alpaca-Uncensored
13
+ - cognitivecomputations/dolphin-coder
14
+ - mlabonne/FineTome-100k
15
+ - microsoft/orca-math-word-problems-200k
16
+ - CarrotAI/ko-instruction-dataset
17
+ - Salesforce/xlam-function-calling-60k
18
+ - anthracite-org/kalo-opus-instruct-22k-no-refusal
19
+ - anthracite-org/stheno-filtered-v1.1
20
+ - anthracite-org/nopm_claude_writing_fixed
21
+ - AiAF/SCPWiki-Archive-02-March-2025-Datasets
22
+ - huihui-ai/QWQ-LONGCOT-500K
23
+ - huihui-ai/LONGCOT-Refine-500K
24
+ - Epiculous/Synthstruct-Gens-v1.1-Filtered-n-Cleaned
25
+ - Epiculous/SynthRP-Gens-v1.1-Filtered-n-Cleaned
26
+ - alexandreteles/AlpacaToxicQA_ShareGPT
27
+ - Nitral-AI/Active_RP-ShareGPT
28
+ - PJMixers/hieunguyenminh_roleplay-deduped-ShareGPT
29
+ - Nitral-AI/RP_Alignment-ShareGPT
30
+ - Chaser-cz/sonnet35-charcard-roleplay-sharegpt
31
+ - AiCloser/sharegpt_cot_dataset
32
+ - PJMixers/Gryphe_Opus-WritingPrompts-Story2Prompt-ShareGPT
33
+ - priveeai/pippa_sharegpt
34
+ - Locutusque/sharegpt_gpt4_uncensored_cleaned
35
+ - OpenCoder-LLM/opc-sft-stage1
36
+ - OpenCoder-LLM/opc-sft-stage2
37
+ - microsoft/orca-agentinstruct-1M-v1
38
+ - NousResearch/hermes-function-calling-v1
39
+ - AI-MO/NuminaMath-CoT
40
+ - AI-MO/NuminaMath-TIR
41
+ - allenai/tulu-3-sft-mixture
42
+ - cognitivecomputations/samantha-data
43
+ - m-a-p/CodeFeedback-Filtered-Instruction
44
+ - m-a-p/Code-Feedback
45
+ - FreedomIntelligence/medical-o1-reasoning-SFT
46
+ language:
47
+ - es
48
+ - en
49
+ library_name: transformers
50
+ license: llama3.2
51
+ tags:
52
+ - mergekit
53
+ - merge
54
+ - llama-cpp
55
+ - gguf-my-repo
56
+ ---
57
+
58
+ # Novaciano/Llama-3.2-1B-NSFW-Dominatrix-IQ4_XS-GGUF
59
+ This model was converted to GGUF format from [`Novaciano/Llama-3.2-1B-NSFW-Dominatrix`](https://huggingface.co/Novaciano/Llama-3.2-1B-NSFW-Dominatrix) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
60
+ Refer to the [original model card](https://huggingface.co/Novaciano/Llama-3.2-1B-NSFW-Dominatrix) for more details on the model.
61
+
62
+ ## Use with llama.cpp
63
+ Install llama.cpp through brew (works on Mac and Linux)
64
+
65
+ ```bash
66
+ brew install llama.cpp
67
+
68
+ ```
69
+ Invoke the llama.cpp server or the CLI.
70
+
71
+ ### CLI:
72
+ ```bash
73
+ llama-cli --hf-repo Novaciano/Llama-3.2-1B-NSFW-Dominatrix-IQ4_XS-GGUF --hf-file llama-3.2-1b-nsfw-dominatrix-iq4_xs-imat.gguf -p "The meaning to life and the universe is"
74
+ ```
75
+
76
+ ### Server:
77
+ ```bash
78
+ llama-server --hf-repo Novaciano/Llama-3.2-1B-NSFW-Dominatrix-IQ4_XS-GGUF --hf-file llama-3.2-1b-nsfw-dominatrix-iq4_xs-imat.gguf -c 2048
79
+ ```
80
+
81
+ Note: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.
82
+
83
+ Step 1: Clone llama.cpp from GitHub.
84
+ ```
85
+ git clone https://github.com/ggerganov/llama.cpp
86
+ ```
87
+
88
+ Step 2: Move into the llama.cpp folder and build it with `LLAMA_CURL=1` flag along with other hardware-specific flags (for ex: LLAMA_CUDA=1 for Nvidia GPUs on Linux).
89
+ ```
90
+ cd llama.cpp && LLAMA_CURL=1 make
91
+ ```
92
+
93
+ Step 3: Run inference through the main binary.
94
+ ```
95
+ ./llama-cli --hf-repo Novaciano/Llama-3.2-1B-NSFW-Dominatrix-IQ4_XS-GGUF --hf-file llama-3.2-1b-nsfw-dominatrix-iq4_xs-imat.gguf -p "The meaning to life and the universe is"
96
+ ```
97
+ or
98
+ ```
99
+ ./llama-server --hf-repo Novaciano/Llama-3.2-1B-NSFW-Dominatrix-IQ4_XS-GGUF --hf-file llama-3.2-1b-nsfw-dominatrix-iq4_xs-imat.gguf -c 2048
100
+ ```