models
Datasets
All datasets matching “models”sdxl-models
Aisha-AI.com 💜
A NSFW Social Network powered by AI Characters
The models saved in this dataset are currently being used, or have been used at some point, to generate images and videos.
The dataset is public and can be used as a backup or alternative to more unstable servers (like the unfortunate Civitai).
modelsmodels-logocolinear_scaling_models
license: gpl-2.0
Collinear Scaling Models
Checkpoint repository for scaling law experiments comparing collinear (CO) and non-collinear (NC) experimental designs.
Directory Structure
{dataset}/{design}/N_{param_count}/
Dataset: wikipedia, pes2o, cosmopedia, redpajama, c4 (plus _fp16 and _bigtpp variants)
Design: colinear or non_colinear
N: Model parameter count (one of 14 canonical sizes from ~5M to ~70M)
Experimental Designs
Collinear (CO):… See the full description on the dataset page: https://huggingface.co/datasets/leibnitz-lab/colinear_scaling_models.sunnypilot_models_v1mtpnet_image_models
模型训练过程汇总[该仓库只含有image model的训练过程]
本仓库采用扁平化的目录结构和标签系统来组织模型,具体说明如下:
仓库结构
一级目录:直接以模型名称-数据集,例如 ResNet-CIFAR-10、GraphMAE_QM9-Cora 等
二级目录:包含该模型在该数据集下的不同训练任务或变体,例如 normal、noisy、backdoor_invisible 等
训练过程目录结构:每个模型目录下包含:
scripts/:存放模型相关代码和训练脚本
epochs/:存放模型训练过程和权重文件
每个epoch的权重文件(model.pth)和embedding(.npy)
dataset/:模型需要的数据集
仓库结构展示
文件结构展示
