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

  • Log In
  • Sign Up

fzbuzz
/
COMET2019_ConceptNet

Feature Extraction
Transformers
PyTorch
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use fzbuzz/COMET2019_ConceptNet with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="fzbuzz/COMET2019_ConceptNet", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("fzbuzz/COMET2019_ConceptNet", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
COMET2019_ConceptNet
1.48 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
fzbuzz's picture
fzbuzz
initial commit
2ac6c87 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago