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

  • Log In
  • Sign Up

dreji18
/
mymodel

Text Classification
Transformers
google-tensorflow TensorFlow
distilbert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use dreji18/mymodel with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="dreji18/mymodel")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("dreji18/mymodel")
    model = AutoModelForSequenceClassification.from_pretrained("dreji18/mymodel")
  • Notebooks
  • Google Colab
  • Kaggle
mymodel
268 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
dreji18's picture
dreji18
Update README.md
586e56f over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    19 Bytes
    Update README.md over 4 years ago
  • amlignore.txt
    315 Bytes
    First version of the your-model-name model and tokenizer. over 4 years ago
  • config.json
    729 Bytes
    First version of the your-model-name model and tokenizer. over 4 years ago
  • special_tokens_map.json
    112 Bytes
    First version of the your-model-name model and tokenizer. over 4 years ago
  • tf_model.h5
    268 MB
    xet
    First version of the your-model-name model and tokenizer. over 4 years ago
  • tokenizer_config.json
    580 Bytes
    First version of the your-model-name model and tokenizer. over 4 years ago
  • vocab.txt
    232 kB
    First version of the your-model-name model and tokenizer. over 4 years ago