rstudioModel/RedQueenPriti

🤗 Hugging Face sourcemit3.1 GBother✓ 13 checksumsupdated today
Submit in one command

Run it next to your model folder. It makes the torrent, checks your files against Hugging Face, and submits it. You just start seeding and paste your key from your account. It only reads your files and never changes them. Read the script first if you like.

curl -fsSL https://pirateface.co/package.sh | bash -s -- --repo rstudioModel/RedQueenPriti ./model-folder
Needs a seeder →

🌙 Priti_nightly — Deep Learning Model (Flux.jl Export)

This repository hosts Priti_nightly.safetensors, a nightly-built deep learning model developed using the Flux.jl framework in Julia and saved in the efficient .safetensors format. This model is part of the Red Story FM initiative by Priti, aiming to integrate AI with storytelling, image processing, or generation tasks.


📄 Model Details

  • Model Name: Priti_nightly
  • Format: safetensors (serialized tensor format)
  • Framework: Flux.jl (Julia)
  • Purpose: [Write your use-case here, e.g., Image Classification, Text Embedding, AI Persona Modeling, etc.]
  • Update Frequency: Nightly builds / experimental snapshots
  • Organization: [your-org-name on Hugging Face]

🧠 How to Load (in Julia)

First, install required packages:

using Flux
using SafeTensors