rstudioModel/RedQueenPriti

🤗 Hugging Face 来源mit3.1 GBother✓ 13 个校验和今天更新
一条命令提交

在你的模型文件夹旁边运行它。它会制作种子、将文件与 Hugging Face 比对,然后提交。你只需开始做种,并粘贴你账户中的密钥。它只读取你的文件,绝不修改。如果愿意,可以先阅读脚本。

curl -fsSL https://pirateface.co/package.sh | bash -s -- --repo rstudioModel/RedQueenPriti ./model-folder
需要做种者 →

🌙 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