Public Models
Collection
Some of them are finetuned and some of them are created by me!
โข
6 items
โข
Updated
Boringโs Experimental Transformer for Autoregression (Flax)
A 378M parameter autoregressive transformer built with a custom training pipeline and questionable life choices.
Trained on determination, fueled by suffering, powered by free TPUs. ๐ฅ
pip install BwETAF==0.4.2
import BwETAF
# Quick API testing
prompt = "The meaning of life is"
output = BwETAF.SetUpAPI(prompt, "WICKED4950/BwETAF-IID-400M")
print(output)
# Load from Hugging Face
model = BwETAF.load_hf("WICKED4950/BwETAF-IID-400M")
# Load from local
BwETAF.load_model("path/to/model")
# Save the model
model.save_model("path/to/save")
# View params & structure
params = model.trainable_variables
structure = model.model_struct
โ๏ธ Google collab notes not updated for now
Got questions, bugs, or chaos to share? Ping me on Instagram: Here I like weird LLM experiments and random ML convos ๐ฌ