glublm-18m / README.md
DenSec02's picture
Upload README.md with huggingface_hub
89720ea verified
metadata
license: agpl-3.0
library_name: pytorch
tags:
  - deprecated
  - renamed
pipeline_tag: text-generation

GlubLM 18M (DEPRECATED - renamed to 36M)

This repo has been renamed to DenSec02/glublm-36m because the model is actually 36M parameters. The 18m slug was legacy from the initial v0.1.x experiment when the model was genuinely 18M params.

All current weights, training data, model card, and documentation now live at:

https://huggingface.co/DenSec02/glublm-36m

Please update your code to the new slug:

# old:
hf_hub_download("DenSec02/glublm-18m", ...)

# new:
hf_hub_download("DenSec02/glublm-36m", ...)

This repo is kept as a redirect marker. No files here are guaranteed to match the current checkpoint - always use glublm-36m for new work.