Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

LuminAISecurity
/
games_codeparrot-small

Text Classification
Transformers
Safetensors
gpt2
Model card Files Files and versions
xet
Community
1

Instructions to use LuminAISecurity/games_codeparrot-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use LuminAISecurity/games_codeparrot-small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="LuminAISecurity/games_codeparrot-small")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("LuminAISecurity/games_codeparrot-small")
    model = AutoModelForSequenceClassification.from_pretrained("LuminAISecurity/games_codeparrot-small")
  • Notebooks
  • Google Colab
  • Kaggle
games_codeparrot-small
446 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
natankatz's picture
natankatz
Upload tokenizer
ca14246 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    5.18 kB
    Upload GPT2ForSequenceClassification almost 2 years ago
  • config.json
    974 Bytes
    Upload GPT2ForSequenceClassification almost 2 years ago
  • merges.txt
    277 kB
    Upload tokenizer almost 2 years ago
  • model.safetensors
    444 MB
    xet
    Upload GPT2ForSequenceClassification almost 2 years ago
  • special_tokens_map.json
    587 Bytes
    Upload tokenizer almost 2 years ago
  • tokenizer.json
    1.33 MB
    Upload tokenizer almost 2 years ago
  • tokenizer_config.json
    473 Bytes
    Upload tokenizer almost 2 years ago
  • vocab.json
    497 kB
    Upload tokenizer almost 2 years ago