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

jkhan447
/
stylechange_task1-clean

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

Instructions to use jkhan447/stylechange_task1-clean with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use jkhan447/stylechange_task1-clean with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="jkhan447/stylechange_task1-clean")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("jkhan447/stylechange_task1-clean")
    model = AutoModelForSequenceClassification.from_pretrained("jkhan447/stylechange_task1-clean")
  • Notebooks
  • Google Colab
  • Kaggle
stylechange_task1-clean
2.84 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
3df5cd3 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 almost 3 years ago
  • config.json
    1.06 kB
    Training in progress, epoch 1 over 2 years ago
  • merges.txt
    456 kB
    Training in progress, epoch 1 almost 3 years ago
  • model.safetensors
    1.42 GB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • pytorch_model.bin
    1.42 GB
    xet
    Training in progress, epoch 3 over 2 years ago
  • special_tokens_map.json
    470 Bytes
    Training in progress, epoch 1 almost 3 years ago
  • tokenizer_config.json
    727 Bytes
    Training in progress, epoch 1 almost 3 years ago
  • training_args.bin

    Detected Pickle imports (8)

    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.training_args.TrainingArguments",
    • "transformers.training_args.OptimizerNames",
    • "accelerate.state.PartialState",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "torch.device",
    • "accelerate.utils.dataclasses.DistributedType"

    How to fix it?

    3.96 kB
    xet
    Training in progress, epoch 1 over 2 years ago
  • vocab.json
    999 kB
    Training in progress, epoch 1 almost 3 years ago