Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

mishig
/
my-awesome-model

Text Classification
Transformers
PyTorch
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use mishig/my-awesome-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mishig/my-awesome-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="mishig/my-awesome-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("mishig/my-awesome-model")
    model = AutoModelForSequenceClassification.from_pretrained("mishig/my-awesome-model", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
my-awesome-model
994 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
f656d49 verified over 1 year ago
  • someidr
    Upload someidr/README2.md with git-lfs about 5 years ago
  • testdir
    Create testdir/test.txt about 5 years ago
  • .gitattributes
    799 Bytes
    Adding `safetensors` variant of this model over 1 year ago
  • README.md
    161 Bytes
    Create README.md about 5 years ago
  • README2.md
    19 Bytes
    Upload README2.md about 5 years ago
  • cat.jpg
    173 kB
    Upload cat.jpg about 5 years ago
  • cat2.jpg
    173 kB
    Upload cat2.jpg about 5 years ago
  • cat8.jpg
    173 kB
    Upload cat8.jpg about 5 years ago
  • config.json
    666 Bytes
    add model about 5 years ago
  • model.safetensors
    433 MB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • pytorch_model.bin
    433 MB
    xet
    add model about 5 years ago
  • special_tokens_map.json
    112 Bytes
    add model about 5 years ago
  • test2.txt
    8 Bytes
    Create test2.txt about 5 years ago
  • tokenizer.json
    436 kB
    add model about 5 years ago
  • tokenizer_config.json
    284 Bytes
    add model about 5 years ago
  • vocab.txt
    213 kB
    add model about 5 years ago
  • yolov5s.pt
    14.8 MB
    xet
    Upload yolov5s.pt with git-lfs about 5 years ago