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

  • Log In
  • Sign Up

cloudqi
/
cqi_brain_memory_filler_pt_v0

Token Classification
Transformers
PyTorch
Safetensors
Portuguese
bert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use cloudqi/cqi_brain_memory_filler_pt_v0 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="cloudqi/cqi_brain_memory_filler_pt_v0")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("cloudqi/cqi_brain_memory_filler_pt_v0")
    model = AutoModelForTokenClassification.from_pretrained("cloudqi/cqi_brain_memory_filler_pt_v0")
  • Notebooks
  • Google Colab
  • Kaggle
cqi_brain_memory_filler_pt_v0
868 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
root
baseok
ca595c6 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    1.68 kB
    baseok about 3 years ago
  • added_tokens.json
    2 Bytes
    baseok about 3 years ago
  • config.json
    1.77 kB
    baseok about 3 years ago
  • model.safetensors
    433 MB
    xet
    baseok about 3 years ago
  • pytorch_model.bin
    433 MB
    xet
    baseok about 3 years ago
  • special_tokens_map.json
    125 Bytes
    baseok about 3 years ago
  • tokenizer.json
    678 kB
    baseok about 3 years ago
  • tokenizer_config.json
    559 Bytes
    baseok about 3 years ago
  • vocab.txt
    210 kB
    baseok about 3 years ago