✍️ Text Generation

OTel-2.0-LLM-31B-IT

farbodtavakkoli/OTel-2.0-LLM-31B-IT

Get AI Model →
6.7M
Downloads
❤️
14
Likes
🏷️
26
Tags
📦
transformers
Library
Model Details
Full Model IDfarbodtavakkoli/OTel-2.0-LLM-31B-IT
Pipeline / Tasktext-generation
Librarytransformers
Downloads (all-time)6.7M
Likes14
Last Modified8/24/2026
Author / Orgfarbodtavakkoli
PrivateNo — public
⚡ Quick Usage (Python)

Using the 🤗 Transformers library. Install with pip install transformers

from transformers import pipeline

# Load the model
pipe = pipeline("text-generation", model="farbodtavakkoli/OTel-2.0-LLM-31B-IT")

# Run inference
result = pipe("Your input here")
print(result)
🏷️ Tags
transformerssafetensorsgemma4_texttelecomtelecommunicationsgsmaat-tmicrosoftdellamdred-hatopen-telco-airaginstruction-followingtool-callingdomain-adaptationpost-trainedtext-generationconversationalenbase_model:google/gemma-4-31B-itbase_model:finetune:google/gemma-4-31B-itlicense:apache-2.0endpoints_compatibledeploy:azureregion:us
More Text Generation Models
See all →
Qwen3-0.6B

Qwen/Qwen3-0.6B

22.2M❤️ 1.6K
Get AI Model →
tiny-Qwen2ForCausalLM-2.5

trl-internal-testing/tiny-Qwen2ForCausalLM-2.5

16.3M❤️ 20
Get AI Model →
gpt2

openai-community/gpt2

14.3M❤️ 3.5K
Get AI Model →
🚀 Use This Model

Access model files, inference API, and full documentation on Hugging Face.

Open on Hugging Face →Browse Model Files ↗← Browse All Models
✍️ Task: Text Generation

This model is designed for the Text Generation task. Explore more models for this use case.

All Text Generation Models →
📊 Popularity
Downloads6.7M
❤️ Community Likes14
🛠️ Requirements
  • Install: pip install transformers
  • Python 3.8+ recommended for Transformers.
  • GPU (CUDA) speeds up inference significantly.
  • Use model.half() for fp16 on limited VRAM.
👋 Need help with code?