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

pinthoz
/
gus-net-gpt2-medium

Token Classification
Transformers
PyTorch
English
gpt2
bias-detection
social-bias
gus-net
fairness
interpretability
text-generation-inference
Model card Files Files and versions
xet
Community
4

Instructions to use pinthoz/gus-net-gpt2-medium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use pinthoz/gus-net-gpt2-medium with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="pinthoz/gus-net-gpt2-medium")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("pinthoz/gus-net-gpt2-medium")
    model = AutoModelForTokenClassification.from_pretrained("pinthoz/gus-net-gpt2-medium", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
gus-net-gpt2-medium
2.89 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
272c717 verified 19 days ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    7.13 kB
    Fix evaluation: re-measure token classification on the true held-out fold 19 days ago
  • config.json
    1.42 kB
    Update GUS-Net GPT-2 Medium (paper-clean, checkpoint-2788) 5 months ago
  • merges.txt
    456 kB
    Upload folder using huggingface_hub 6 months ago
  • model.safetensors
    1.44 GB
    xet
    Adding `safetensors` variant of this model 19 days ago
  • optimized_thresholds.npy
    156 Bytes
    xet
    Upload folder using huggingface_hub 6 months ago
  • pytorch_model.bin
    1.44 GB
    xet
    Update GUS-Net GPT-2 Medium (paper-clean, checkpoint-2788) 5 months ago
  • special_tokens_map.json
    137 Bytes
    Upload folder using huggingface_hub 6 months ago
  • tokenizer.json
    2.11 MB
    Update GUS-Net GPT-2 Medium (paper-clean, checkpoint-2788) 5 months ago
  • tokenizer_config.json
    242 Bytes
    Upload folder using huggingface_hub 6 months ago
  • training_args.bin
    4.63 kB
    xet
    Upload folder using huggingface_hub 6 months ago
  • vocab.json
    798 kB
    Upload folder using huggingface_hub 6 months ago