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

AwaisMughal1995
/
web3chatbot_fine_tuned_bart

Text Classification
Transformers
Safetensors
English
bart
intent-classification
fine-tuned
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use AwaisMughal1995/web3chatbot_fine_tuned_bart with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="AwaisMughal1995/web3chatbot_fine_tuned_bart")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("AwaisMughal1995/web3chatbot_fine_tuned_bart")
    model = AutoModelForSequenceClassification.from_pretrained("AwaisMughal1995/web3chatbot_fine_tuned_bart")
  • Notebooks
  • Google Colab
  • Kaggle
web3chatbot_fine_tuned_bart
1.63 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
AwaisMughal1995's picture
AwaisMughal1995
Add model card with usage instructions
652dde3 verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    2.22 kB
    Add model card with usage instructions 10 months ago
  • config.json
    1.29 kB
    Upload fine-tuned BART model for intent classification 10 months ago
  • merges.txt
    456 kB
    Upload fine-tuned BART tokenizer for intent classification 10 months ago
  • model.safetensors
    1.63 GB
    xet
    Upload fine-tuned BART model for intent classification 10 months ago
  • special_tokens_map.json
    957 Bytes
    Upload fine-tuned BART tokenizer for intent classification 10 months ago
  • tokenizer.json
    3.56 MB
    Upload fine-tuned BART tokenizer for intent classification 10 months ago
  • tokenizer_config.json
    1.43 kB
    Upload fine-tuned BART tokenizer for intent classification 10 months ago
  • vocab.json
    798 kB
    Upload fine-tuned BART tokenizer for intent classification 10 months ago