CoolFace
Modelpublic

WICKED4950/BwETA-IID-100M

sourceHugging Facegpl-3.0updated 2y agoView on Hugging Face
0likes
Model Card

# BwETA-IID-100M 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. ๐Ÿ”ฅ

## ๐Ÿ› ๏ธ Model Details:

  • โ€”Size: 100M parameters
  • โ€”Training Data: 8M sentence (token length: 512)
  • โ€”Max Window Size: 512 tokens (It can handle bigger sequence but trained on 512 length)
  • โ€”Architecture: Transformer-based
  • โ€”Tokenizer: GPT-2 Tokenizer
  • โ€”Trainer: Custom-built because why not?

## โšก How to Use:

python
  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)

## ๐Ÿ“Œ Notes:

  • โ€”This model is experimental and has basic functionalities.
  • โ€”If it breaks, donโ€™t cryโ€”fix it (or let me know).
  • โ€”You can extend its functionalities in your own code.

## ๐Ÿ“ฉ Contact Me If something doesnโ€™t work or you just wanna chat about AI, hit me up on Instagram: Instagram

## What's Next? ๐Ÿš€ The future is uncertain... but it's going to be wild!

  • โ€”Possibly a 400M modelโ€”same architecture, but with more functionality.
  • โ€”Exploring new architectures & designing custom layers (because why not?).
  • โ€”Losing my sanity along the way? Most likely. But thatโ€™s the fun part. ๐Ÿ˜†