Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ottema
/
gliner2-ptbr

Token Classification
GLiNER
Safetensors
GLiNER2
Portuguese
extractor
portuguese
pt-br
brazilian-portuguese
ner
named-entity-recognition
open-vocabulary-ner
information-extraction
schema-guided-extraction
ontology-guided-extraction
operational-evidence
service-triage
technical-support
education
assistance
ottema
Model card Files Files and versions
xet
Community

Instructions to use ottema/gliner2-ptbr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • GLiNER

    How to use ottema/gliner2-ptbr with GLiNER:

    from gliner import GLiNER
    
    model = GLiNER.from_pretrained("ottema/gliner2-ptbr")
  • GLiNER2

    How to use ottema/gliner2-ptbr with GLiNER2:

    from gliner2 import GLiNER2
    
    model = GLiNER2.from_pretrained("ottema/gliner2-ptbr")
    
    # Extract entities
    text = "Apple CEO Tim Cook announced iPhone 15 in Cupertino yesterday."
    result = extractor.extract_entities(text, ["company", "person", "product", "location"])
    
    print(result)
  • Notebooks
  • Google Colab
  • Kaggle
gliner2-ptbr
1.25 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
luis-otte's picture
luis-otte
Replace TBD with real metrics, fix broken links, add credits
589d358 verified 14 days ago
  • encoder_config
    Upload v0.4: generalist GLiNER2 for informal PT-BR 14 days ago
  • .gitattributes
    1.57 kB
    Upload v0.4: generalist GLiNER2 for informal PT-BR 14 days ago
  • README.md
    3.93 kB
    Replace TBD with real metrics, fix broken links, add credits 14 days ago
  • added_tokens.json
    230 Bytes
    Upload v0.4: generalist GLiNER2 for informal PT-BR 14 days ago
  • config.json
    253 Bytes
    Upload v0.4: generalist GLiNER2 for informal PT-BR 14 days ago
  • model.safetensors
    1.23 GB
    xet
    Upload v0.4: generalist GLiNER2 for informal PT-BR 14 days ago
  • special_tokens_map.json
    2.41 kB
    Upload v0.4: generalist GLiNER2 for informal PT-BR 14 days ago
  • spm.model
    4.31 MB
    xet
    Upload v0.4: generalist GLiNER2 for informal PT-BR 14 days ago
  • tokenizer.json
    16.3 MB
    xet
    Upload v0.4: generalist GLiNER2 for informal PT-BR 14 days ago
  • tokenizer_config.json
    21.6 kB
    Upload v0.4: generalist GLiNER2 for informal PT-BR 14 days ago