How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="HDTenEightyP/GPT-USENET-5")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("HDTenEightyP/GPT-USENET-5", device_map="auto")
Quick Links

GPTUsenet2

GPT-Usenet-5

One of the largest LLMs possible to create in Google Colab. Trained using a corpus of 70GB of text, nearly twice that of OpenWebText. Requires 10GB of VRAM.

Technical Information

Layers 36
Heads 20
Embeddings 1280
Context Window 32768 tokens
Tokenizer GPT-2 BPE
System Tokens πŸ’»πŸŒ€
Input Tokens πŸ“‹πŸ“„
Thinking Tokens πŸ§ πŸ’‘
Output Tokens βœ…βŒ

Place the first of each tokens before the text, and the second after the text.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support