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

52AI
/
generalQA_intent_slotFilling

Transformers
PyTorch
bert
Model card Files Files and versions
xet
Community
1

Instructions to use 52AI/generalQA_intent_slotFilling with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use 52AI/generalQA_intent_slotFilling with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, JointBERT
    
    tokenizer = AutoTokenizer.from_pretrained("52AI/generalQA_intent_slotFilling")
    model = JointBERT.from_pretrained("52AI/generalQA_intent_slotFilling")
  • Notebooks
  • Google Colab
  • Kaggle
generalQA_intent_slotFilling
409 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
52AI's picture
52AI
Update README.md
0be231e over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.14 kB
    Update README.md over 2 years ago
  • config.json
    687 Bytes
    Intent classfication and Slot Filling, trained with generalQA over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    409 MB
    xet
    Intent classfication and Slot Filling, trained with generalQA over 2 years ago
  • training_args.bin

    Detected Pickle imports (1)

    • "argparse.Namespace"

    How to fix it?

    1.28 kB
    xet
    Intent classfication and Slot Filling, trained with generalQA over 2 years ago