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

bradmin
/
reward-gpt-duplicate-answer-300

Text Classification
Transformers
TensorBoard
Safetensors
gpt_neox
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use bradmin/reward-gpt-duplicate-answer-300 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use bradmin/reward-gpt-duplicate-answer-300 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="bradmin/reward-gpt-duplicate-answer-300")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("bradmin/reward-gpt-duplicate-answer-300")
    model = AutoModelForSequenceClassification.from_pretrained("bradmin/reward-gpt-duplicate-answer-300")
  • Notebooks
  • Google Colab
  • Kaggle
reward-gpt-duplicate-answer-300
50.8 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
bradmin's picture
bradmin
Model save
6949930 over 2 years ago
  • checkpoint-100
    Training in progress, step 100, checkpoint over 2 years ago
  • checkpoint-300
    Training in progress, step 300, checkpoint over 2 years ago
  • checkpoint-500
    Training in progress, step 500, checkpoint over 2 years ago
  • runs
    Model save over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.72 kB
    Model save over 2 years ago
  • config.json
    838 Bytes
    Training in progress, step 100 over 2 years ago
  • model-00001-of-00002.safetensors
    4.95 GB
    xet
    Model save over 2 years ago
  • model-00002-of-00002.safetensors
    134 MB
    xet
    Model save over 2 years ago
  • model.safetensors.index.json
    25.5 kB
    Model save over 2 years ago
  • special_tokens_map.json
    185 Bytes
    Training in progress, step 100 over 2 years ago
  • tokenizer.json
    1.65 MB
    Training in progress, step 100 over 2 years ago
  • tokenizer_config.json
    1.57 kB
    Training in progress, step 100 over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.66 kB
    xet
    Training in progress, step 100 over 2 years ago