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

  • Log In
  • Sign Up

brjoey
/
climatebert_econbert

Feature Extraction
Transformers
PyTorch
Safetensors
English
roberta
text-embeddings-inference
Model card Files Files and versions
xet
Community
3

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

  • Libraries
  • Transformers

    How to use brjoey/climatebert_econbert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="brjoey/climatebert_econbert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("brjoey/climatebert_econbert")
    model = AutoModel.from_pretrained("brjoey/climatebert_econbert")
  • Notebooks
  • Google Colab
  • Kaggle
climatebert_econbert
Ctrl+K
Ctrl+K
  • 2 contributors
History: 12 commits
brjoey's picture
brjoey
Update README.md
eece17e verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    1.56 kB
    Update README.md 7 months ago
  • added_tokens.json
    14 kB
    Upload 9 files 8 months ago
  • config.json
    891 Bytes
    Upload 9 files 8 months ago
  • config_sentence_transformers.json
    210 Bytes
    Upload 9 files 8 months ago
  • merges.txt
    456 kB
    Upload 9 files 8 months ago
  • model.safetensors
    331 MB
    xet
    Adding `safetensors` variant of this model (#3) 8 months ago
  • modules.json
    242 Bytes
    Upload 9 files 8 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    331 MB
    xet
    Upload 9 files 8 months ago
  • special_tokens_map.json
    1.01 kB
    Upload special_tokens_map.json 8 months ago
  • tokenizer.json
    2.22 MB
    Upload 9 files 8 months ago
  • tokenizer_config.json
    116 kB
    Upload 9 files 8 months ago
  • vocab.json
    798 kB
    Upload 9 files 8 months ago