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

  • Log In
  • Sign Up

chenxran
/
bart-smiles

Feature Extraction
Transformers
PyTorch
bart
Model card Files Files and versions
xet
Community
1

Instructions to use chenxran/bart-smiles with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use chenxran/bart-smiles with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="chenxran/bart-smiles")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("chenxran/bart-smiles")
    model = AutoModel.from_pretrained("chenxran/bart-smiles")
  • Notebooks
  • Google Colab
  • Kaggle
bart-smiles
1.42 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
chenxran's picture
chenxran
Upload tokenizer
d89890a about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • config.json
    1.7 kB
    Upload model about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.42 GB
    xet
    Upload model about 3 years ago
  • special_tokens_map.json
    3 Bytes
    Upload tokenizer about 3 years ago
  • tokenizer.json
    381 kB
    Upload tokenizer about 3 years ago
  • tokenizer_config.json
    106 Bytes
    Upload tokenizer about 3 years ago