Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

tcepi
/
prog_integridade_model

Text Classification
Transformers
Safetensors
PyTorch
Portuguese
modernbert
binary-classification
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use tcepi/prog_integridade_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tcepi/prog_integridade_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="tcepi/prog_integridade_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("tcepi/prog_integridade_model")
    model = AutoModelForSequenceClassification.from_pretrained("tcepi/prog_integridade_model")
  • Notebooks
  • Google Colab
  • Kaggle
prog_integridade_model
602 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
vic35get's picture
vic35get
Add training curves and assets
5666836 verified 2 months ago
  • assets
    Add training curves and assets 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    5.02 kB
    Add detailed Model Card with metrics 2 months ago
  • classification_report.txt
    326 Bytes
    Add classification report 2 months ago
  • config.json
    2.09 kB
    Upload ModernBERT fine-tuned for binary classification 2 months ago
  • model.safetensors
    598 MB
    xet
    Upload ModernBERT fine-tuned for binary classification 2 months ago
  • test_results.json
    662 Bytes
    Add test results 2 months ago
  • tokenizer.json
    3.58 MB
    Upload tokenizer 2 months ago
  • tokenizer_config.json
    542 Bytes
    Upload tokenizer 2 months ago
  • train_results.json
    209 Bytes
    Add training results 2 months ago