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

  • Log In
  • Sign Up

yusyel
/
test1

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

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

  • Libraries
  • Transformers

    How to use yusyel/test1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="yusyel/test1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("yusyel/test1")
    model = AutoModelForSequenceClassification.from_pretrained("yusyel/test1")
  • Notebooks
  • Google Colab
  • Kaggle
test1
269 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
yusuf
Training in progress epoch 0
7b37650 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.78 kB
    Training in progress epoch 0 over 2 years ago
  • config.json
    7.71 kB
    Training in progress epoch 0 over 2 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress epoch 0 over 2 years ago
  • tf_model.h5
    268 MB
    xet
    Training in progress epoch 0 over 2 years ago
  • tokenizer.json
    711 kB
    Training in progress epoch 0 over 2 years ago
  • tokenizer_config.json
    1.2 kB
    Training in progress epoch 0 over 2 years ago
  • vocab.txt
    232 kB
    Training in progress epoch 0 over 2 years ago