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

  • Log In
  • Sign Up

sonnv
/
MFinBERT

Feature Extraction
Transformers
PyTorch
xlm-roberta
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use sonnv/MFinBERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="sonnv/MFinBERT")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("sonnv/MFinBERT")
    model = AutoModel.from_pretrained("sonnv/MFinBERT")
  • Notebooks
  • Google Colab
  • Kaggle
MFinBERT
1.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
sonnv's picture
sonnv
Upload 5 files
d1cc96b verified about 2 years ago
  • .gitattributes
    1.22 kB
    Upload 5 files about 2 years ago
  • README.md
    202 Bytes
    Update README.md almost 4 years ago
  • config.json
    701 Bytes
    Upload 5 files about 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    1.11 GB
    xet
    Upload 5 files about 2 years ago
  • special_tokens_map.json
    239 Bytes
    Upload 5 files about 2 years ago
  • tokenizer.json
    17.1 MB
    xet
    Upload 5 files about 2 years ago
  • tokenizer_config.json
    398 Bytes
    Upload 5 files about 2 years ago