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

  • Log In
  • Sign Up

sushruth13
/
xlnet_base1.0

Text Classification
Transformers
PyTorch
google-tensorflow TensorFlow
Rust
xlnet
generated_from_keras_callback
Model card Files Files and versions
xet
Community
2

Instructions to use sushruth13/xlnet_base1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sushruth13/xlnet_base1.0 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="sushruth13/xlnet_base1.0")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("sushruth13/xlnet_base1.0")
    model = AutoModelForSequenceClassification.from_pretrained("sushruth13/xlnet_base1.0", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
xlnet_base1.0
1.51 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 26 commits
sushruth13's picture
sushruth13
Training in progress epoch 1
0d57954 over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    1.75 kB
    Training in progress epoch 1 over 3 years ago
  • config.json
    1.18 kB
    Training in progress epoch 0 over 3 years ago
  • generation_config.json
    137 Bytes
    initial over 3 years ago
  • generation_config_for_text_generation.json
    179 Bytes
    initial over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    467 MB
    xet
    initial over 3 years ago
  • rust_model.ot
    565 MB
    xet
    initial over 3 years ago
  • special_tokens_map.json
    346 Bytes
    Training in progress epoch 0 over 3 years ago
  • spiece.model
    798 kB
    xet
    initial over 3 years ago
  • tf_model.h5
    469 MB
    xet
    Training in progress epoch 1 over 3 years ago
  • tokenizer.json
    2.41 MB
    Training in progress epoch 0 over 3 years ago
  • tokenizer_config.json
    582 Bytes
    Training in progress epoch 0 over 3 years ago