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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ruanchaves
/
bert-base-portuguese-cased-assin-similarity

Text Classification
Transformers
PyTorch
Portuguese
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use ruanchaves/bert-base-portuguese-cased-assin-similarity with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ruanchaves/bert-base-portuguese-cased-assin-similarity with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ruanchaves/bert-base-portuguese-cased-assin-similarity")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ruanchaves/bert-base-portuguese-cased-assin-similarity")
    model = AutoModelForSequenceClassification.from_pretrained("ruanchaves/bert-base-portuguese-cased-assin-similarity", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-portuguese-cased-assin-similarity
436 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
ruanchaves's picture
ruanchaves
Upload pytorch_model.bin with huggingface_hub
64e52a7 over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • config.json
    1.03 kB
    Upload config.json with huggingface_hub over 3 years ago
  • pytorch_model.bin
    436 MB
    xet
    Upload pytorch_model.bin with huggingface_hub over 3 years ago
  • special_tokens_map.json
    125 Bytes
    Upload special_tokens_map.json with huggingface_hub over 3 years ago
  • tokenizer.json
    678 kB
    Upload tokenizer.json with huggingface_hub over 3 years ago
  • tokenizer_config.json
    589 Bytes
    Upload tokenizer_config.json with huggingface_hub over 3 years ago
  • train_results.json
    196 Bytes
    Upload train_results.json with huggingface_hub over 3 years ago
  • trainer_state.json
    6.9 kB
    Upload trainer_state.json with huggingface_hub over 3 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.TrainingArguments"

    How to fix it?

    3.7 kB
    xet
    Upload training_args.bin with huggingface_hub over 3 years ago