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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

brema76
/
vaccine_event_it

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

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

  • Libraries
  • Transformers

    How to use brema76/vaccine_event_it with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="brema76/vaccine_event_it")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("brema76/vaccine_event_it")
    model = AutoModelForSequenceClassification.from_pretrained("brema76/vaccine_event_it")
  • Notebooks
  • Google Colab
  • Kaggle
vaccine_event_it
715 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
brema76's picture
brema76
Update README.md
bf18618 verified over 1 year ago
  • .gitattributes
    1.38 kB
    initial commit over 3 years ago
  • README.md
    1.2 kB
    Update README.md over 1 year ago
  • config.json
    1.01 kB
    Upload config.json over 3 years ago
  • special_tokens_map.json
    112 Bytes
    Upload 7 files over 3 years ago
  • tf_model.h5
    712 MB
    xet
    Upload 7 files over 3 years ago
  • tf_model.preproc
    2.24 kB
    Upload 7 files over 3 years ago
  • tokenizer.json
    1.96 MB
    Upload 7 files over 3 years ago
  • tokenizer_config.json
    333 Bytes
    Upload 7 files over 3 years ago
  • vocab.txt
    996 kB
    Upload 7 files over 3 years ago