Public Models
Collection
Some of them are finetuned and some of them are created by me!
β’
2 items
β’
Updated
BwETA (Boring's Experimental Transformer for Autoregression) is a small but feisty autoregressive model trained to predict the next token in a sequence. It might not be the best, but hey, it works!
Trained on determination, fueled by suffering, powered by free TPUs. π₯
import BwETA #use v0.12
# Load the model from Hugging Face
BwETA.load_hf("WICKED4950/BwETA-IID-100M")
# Load the model locally
BwETA.load_local(path)
# Save the model locally
model.save_pretrained(path)
# Generate text
model.custom_generate() # (Will be changed to model.generate() in future updates)
If something doesnβt work or you just wanna chat about AI, hit me up on Instagram: Instagram
π The future is uncertain... but it's going to be wild!