Text Generation
GGUF
conversational
How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf AliceThirty/G4-Alice-v1.0-31B-gguf:
Configure the model in Pi
# Install Pi:
npm install -g @earendil-works/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "llama-cpp": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "AliceThirty/G4-Alice-v1.0-31B-gguf:"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links
I like MeroMero, but it's too censored and not HORNY enough. So I tried to merge it with Serenity (which I declare is the horniest model ever made). After many many tries, I came to the conclusion that these models couldn't be merged. It always produced gibberish. So I changed my plans and decided to retrain MeroMero (as I understand their training) but with Serenity as a base. It seems to have worked well, so I am sharing my first attempt with you.

Please tell me what you think. Is it clever? Does it have a good long term memory? Is it uninhibited? Sloppy? It's my first fine-tune, so any feedback is welcome!

The fine tune was done on a single rtx 5090 thanks to unsloth, with a lora rank of 80, for one epoch, and a low learning rate not to override Serenity (but maybe I should have choosen an even lower learning rate).

Downloads last month
88
GGUF
Model size
31B params
Architecture
gemma4
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for AliceThirty/G4-Alice-v1.0-31B-gguf

Quantized
(3)
this model

Datasets used to train AliceThirty/G4-Alice-v1.0-31B-gguf