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

nguyen599
/
MaskESG-BERT-base-uncased

Fill-Mask
Transformers
Safetensors
English
Vietnamese
bert
finance
esg
text-classification
Model card Files Files and versions
xet
Community

Instructions to use nguyen599/MaskESG-BERT-base-uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use nguyen599/MaskESG-BERT-base-uncased with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="nguyen599/MaskESG-BERT-base-uncased")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("nguyen599/MaskESG-BERT-base-uncased")
    model = AutoModelForMaskedLM.from_pretrained("nguyen599/MaskESG-BERT-base-uncased")
  • Notebooks
  • Google Colab
  • Kaggle
MaskESG-BERT-base-uncased
338 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
nguyen599's picture
nguyen599
Update README.md
adf3c2b verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    3.01 kB
    Update README.md 7 months ago
  • config.json
    782 Bytes
    3000 steps checkpoint 11 months ago
  • model.safetensors
    335 MB
    xet
    3000 steps checkpoint 11 months ago
  • special_tokens_map.json
    125 Bytes
    3000 steps checkpoint 11 months ago
  • tokenizer.json
    2.56 MB
    3000 steps checkpoint 11 months ago
  • tokenizer_config.json
    1.22 kB
    3000 steps checkpoint 11 months ago
  • vocab.txt
    872 kB
    3000 steps checkpoint 11 months ago