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

  • Log In
  • Sign Up

Nazaries
/
jira_classificator

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

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

  • Libraries
  • Transformers

    How to use Nazaries/jira_classificator with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Nazaries/jira_classificator")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Nazaries/jira_classificator")
    model = AutoModelForSequenceClassification.from_pretrained("Nazaries/jira_classificator")
  • Notebooks
  • Google Colab
  • Kaggle
jira_classificator
441 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Nazaries's picture
Nazaries
Update README.md
354eed7 verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    204 Bytes
    Update README.md 9 months ago
  • config.json
    797 Bytes
    Upload folder using huggingface_hub 10 months ago
  • special_tokens_map.json
    695 Bytes
    Upload folder using huggingface_hub 10 months ago
  • tf_model.h5
    440 MB
    xet
    Upload folder using huggingface_hub 10 months ago
  • tokenizer.json
    730 kB
    Upload folder using huggingface_hub 10 months ago
  • tokenizer_config.json
    1.27 kB
    Upload folder using huggingface_hub 10 months ago
  • vocab.txt
    242 kB
    Upload folder using huggingface_hub 10 months ago