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.

Betina Perfect 2025

O primeiro LLM em português com overlap travado em -1.0000 por 50 épocas e PPL 1.0004.

Resultados Históricos

  • Overlap: -1.0000 (anti-alucinação geométrica perfeita)
  • PPL: 1.0004 (convergência absoluta)
  • MLM Loss: 0.0004 (predição perfeita)
  • Treinado em: Colab, 50 épocas, dataset Wikipédia PT-BR
  • Criado por: reynaldo22 em 23/11/2025

Como Usar (Inferência Simples)

from transformers import AutoTokenizer, AutoModelForMaskedLM

tokenizer = AutoTokenizer.from_pretrained("reynaldo22/betina-perfect-2025")
model = AutoModelForMaskedLM.from_pretrained("reynaldo22/betina-perfect-2025")

inputs = tokenizer("A capital de Portugal é [MASK].", return_tensors="pt")
outputs = model(**inputs)
predictions = torch.argmax(outputs.logits, dim=-1)
print(tokenizer.decode(predictions[0]))
Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Spaces using reynaldo22/betina-perfect-2025 2