FunnyPhi-4

What is this?

Obviously this is an LLM, but yeah, funny...

it can:

  • Message each message as it's a joke.
  • Explode your tummy
  • And forget it's name

Basically, it’s like if Phi-4 went to a comedy club and came back as a legend.


Installation(Installing requirements)

pip install -U transformers

I know that is a very lengthy command, it's okay, just copy and past it there...

Running the model

This model requires alot of compute, likely you need to own 10^infinity VRAM. Just joking, this is a 15B parameter model, now breathe, you're safe...

from transformers import pipeline  # Load modules

pipe = pipeline("text-generation", model="AryavA/FunnyPhi-4") # Load the model

messages = [{"role":"user", "content":"Who are you?"}] # Setting the messages in a variable called umm, yeah, messages.

print(pipe(messages)) # Generating and printing output.

Note that this code is very lengthy, and needs professionals to type this out, but I used very little comments so you can understand this code.

Use FunnyPhi-4 responsibly. Too much laughter may cause heavy stomach pains.

If it forgets its name, just finetune it.

Contributions are welcome, especially memes or jokes about pizza or Python errors.

License & Attribution

  • Base Model: Phi-4 (MIT License)
  • Fine-tune License: MIT (same as base model)
  • Additional Training Data: This model was fine-tuned on a mixture of custom text and some outputs generated by LLaMA 3.2. These outputs were used as part of the training data to improve humor style.
    • The model itself does NOT include LLaMA weights or code.
    • LLaMA outputs are licensed under Meta’s LLaMA 3.2 terms of use.

Please use this model responsibly and check the licenses of any datasets or upstream models used in your own work.

Downloads last month
36
Safetensors
Model size
14.7B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for AryavA/FunnyPhi-4

Base model

microsoft/phi-4
Finetuned
(87)
this model