You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

tinyllama-pretrained-custom

A custom pre-trained version of TinyLlama-1.1B for German language tasks.

Features

  • Fine-tuned on German text data
  • Optimized for specific use cases
  • Compact size (1.1B parameters)

Usage

from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("SpookyFab/tinyllama-pretrained-custom")
model = AutoModelForCausalLM.from_pretrained("SpookyFab/tinyllama-pretrained-custom")

# Example usage
inputs = tokenizer("Hello, how are you?", return_tensors="pt")
outputs = model.generate(**inputs)
print(tokenizer.decode(outputs[0]))
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

Model tree for SpookyFab/tinyllama-pretrained-custom

Finetuned
(467)
this model