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

kitkeat
/
distilbert-based-uncased-argumentativewriting

Feature Extraction
Transformers
PyTorch
distilbert
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use kitkeat/distilbert-based-uncased-argumentativewriting with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use kitkeat/distilbert-based-uncased-argumentativewriting with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="kitkeat/distilbert-based-uncased-argumentativewriting")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("kitkeat/distilbert-based-uncased-argumentativewriting")
    model = AutoModel.from_pretrained("kitkeat/distilbert-based-uncased-argumentativewriting")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-based-uncased-argumentativewriting
534 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
kitkeat's picture
kitkeat
New trained model
5d25f17 almost 4 years ago
  • .gitattributes
    1.34 kB
    initial commit almost 4 years ago
  • config.json
    577 Bytes
    Upload config.json almost 4 years ago
  • distilbert-frozenembedding&2transformlayer-5epoch-lr6e5-drop02.pth

    Detected Pickle imports (3)

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

    What is a pickle import?

    268 MB
    xet
    Upload distilbert-frozenembedding&2transformlayer-5epoch-lr6e5-drop02.pth almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    265 MB
    xet
    New trained model almost 4 years ago
  • tokenizer.json
    466 kB
    Upload tokenizer.json almost 4 years ago
  • tokenizer_config.json
    28 Bytes
    Upload tokenizer_config.json almost 4 years ago