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

albertmartinez
/
bert-multilingual-sdg-classification

Text Classification
Transformers
ONNX
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use albertmartinez/bert-multilingual-sdg-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use albertmartinez/bert-multilingual-sdg-classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="albertmartinez/bert-multilingual-sdg-classification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("albertmartinez/bert-multilingual-sdg-classification")
    model = AutoModelForSequenceClassification.from_pretrained("albertmartinez/bert-multilingual-sdg-classification", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bert-multilingual-sdg-classification
1.35 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 41 commits
albertmartinez's picture
albertmartinez
Training in progress, epoch 4
6ac0c3c verified over 1 year ago
  • onnx
    update onnx about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.73 kB
    Model save about 2 years ago
  • all_results.json
    438 Bytes
    End of training about 2 years ago
  • config.json
    1.54 kB
    Training in progress, epoch 1 over 1 year ago
  • eval_results.json
    223 Bytes
    End of training about 2 years ago
  • model.safetensors
    669 MB
    xet
    Training in progress, epoch 4 over 1 year ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, step 500 over 2 years ago
  • tokenizer.json
    2.56 MB
    Training in progress, step 500 about 2 years ago
  • tokenizer_config.json
    1.22 kB
    Training in progress, epoch 1 over 1 year ago
  • train_results.json
    235 Bytes
    End of training about 2 years ago
  • trainer_state.json
    2.97 kB
    End of training about 2 years ago
  • training_args.bin
    5.43 kB
    xet
    Training in progress, epoch 1 over 1 year ago
  • vocab.txt
    872 kB
    Training in progress, step 500 over 2 years ago