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

  • Log In
  • Sign Up

johnwu0113
/
my-test-model

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

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

  • Libraries
  • Transformers

    How to use johnwu0113/my-test-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="johnwu0113/my-test-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("johnwu0113/my-test-model")
    model = AutoModelForSequenceClassification.from_pretrained("johnwu0113/my-test-model")
  • Notebooks
  • Google Colab
  • Kaggle
my-test-model
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
johnwu0113's picture
johnwu0113
Upload tokenizer
f13b8ed verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    862 Bytes
    Upload TFBertForSequenceClassification about 2 years ago
  • config.json
    952 Bytes
    Upload BertForSequenceClassification about 2 years ago
  • model.safetensors
    433 MB
    xet
    Upload BertForSequenceClassification about 2 years ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer about 2 years ago
  • tf_model.h5
    434 MB
    xet
    Upload TFBertForSequenceClassification about 2 years ago
  • tokenizer.json
    669 kB
    Upload tokenizer about 2 years ago
  • tokenizer_config.json
    1.19 kB
    Upload tokenizer about 2 years ago
  • vocab.txt
    213 kB
    Upload tokenizer about 2 years ago