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

  • Log In
  • Sign Up

amirapppppp79
/
my_model

Text Classification
Transformers
google-tensorflow TensorFlow
bert
generated_from_keras_callback
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use amirapppppp79/my_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="amirapppppp79/my_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("amirapppppp79/my_model")
    model = AutoModelForSequenceClassification.from_pretrained("amirapppppp79/my_model")
  • Notebooks
  • Google Colab
  • Kaggle
my_model
475 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
amirapppppp79's picture
amirapppppp79
Training in progress epoch 2
8f6018d almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    1.83 kB
    Training in progress epoch 2 almost 3 years ago
  • config.json
    1.02 kB
    Training in progress epoch 0 almost 3 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress epoch 0 almost 3 years ago
  • tf_model.h5
    473 MB
    xet
    Training in progress epoch 0 almost 3 years ago
  • tokenizer.json
    1.11 MB
    Training in progress epoch 0 almost 3 years ago
  • tokenizer_config.json
    316 Bytes
    Training in progress epoch 0 almost 3 years ago
  • vocab.txt
    426 kB
    Training in progress epoch 0 almost 3 years ago