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

lucianfialho
/
atos-de-fala-ptbr

Token Classification
Transformers
ONNX
Safetensors
Portuguese
bert
speech-acts
atos-de-fala
dialogue-acts
portuguese
pt-br
bertimbau
bioes
Model card Files Files and versions
xet
Community
2

Instructions to use lucianfialho/atos-de-fala-ptbr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lucianfialho/atos-de-fala-ptbr with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="lucianfialho/atos-de-fala-ptbr")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("lucianfialho/atos-de-fala-ptbr")
    model = AutoModelForTokenClassification.from_pretrained("lucianfialho/atos-de-fala-ptbr")
  • Notebooks
  • Google Colab
  • Kaggle
atos-de-fala-ptbr
761 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
eduardoworrel's picture
eduardoworrel
feat: add ONNX fp16 variant for transformers.js v4 WebGPU
9728cb8 16 days ago
  • onnx
    feat: add ONNX fp16 variant for transformers.js v4 WebGPU 16 days ago
  • .gitattributes
    1.52 kB
    initial commit 17 days ago
  • README.md
    4.13 kB
    model card: v3 (+real text) eval 0.269 16 days ago
  • config.json
    3.3 kB
    v1: merged full token-classification model (BERTimbau, 13 atos BIOES) 17 days ago
  • model.safetensors
    434 MB
    xet
    v1: merged full token-classification model (BERTimbau, 13 atos BIOES) 17 days ago
  • special_tokens_map.json
    695 Bytes
    v1: merged full token-classification model (BERTimbau, 13 atos BIOES) 17 days ago
  • tokenizer.json
    678 kB
    v1: LoRA adapter (BERTimbau, BIOES, 13 atos) 17 days ago
  • tokenizer_config.json
    1.41 kB
    v1: merged full token-classification model (BERTimbau, 13 atos BIOES) 17 days ago
  • vocab.txt
    210 kB
    v1: LoRA adapter (BERTimbau, BIOES, 13 atos) 17 days ago