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

  • Log In
  • Sign Up

lrds-code
/
simnonym

Text Classification
Transformers
Safetensors
Portuguese
bert
portuguese
sinônimos
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use lrds-code/simnonym with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lrds-code/simnonym with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="lrds-code/simnonym")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("lrds-code/simnonym")
    model = AutoModelForSequenceClassification.from_pretrained("lrds-code/simnonym")
  • Notebooks
  • Google Colab
  • Kaggle
simnonym
437 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
lrds-code's picture
lrds-code
Update README.md
b27ba23 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    2.16 kB
    Update README.md over 2 years ago
  • config.json
    1.01 kB
    Upload BertForSequenceClassification over 2 years ago
  • model.safetensors
    436 MB
    xet
    Upload BertForSequenceClassification over 2 years ago
  • special_tokens_map.json
    695 Bytes
    Upload tokenizer over 2 years ago
  • tokenizer.json
    678 kB
    Upload tokenizer over 2 years ago
  • tokenizer_config.json
    1.35 kB
    Upload tokenizer over 2 years ago
  • vocab.txt
    210 kB
    Upload tokenizer over 2 years ago