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

idirectships
/
abacus-cheat-tell-v2

Text Classification
Transformers
Safetensors
modernbert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use idirectships/abacus-cheat-tell-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use idirectships/abacus-cheat-tell-v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="idirectships/abacus-cheat-tell-v2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("idirectships/abacus-cheat-tell-v2")
    model = AutoModelForSequenceClassification.from_pretrained("idirectships/abacus-cheat-tell-v2")
  • Notebooks
  • Google Colab
  • Kaggle
abacus-cheat-tell-v2
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
idirectships's picture
idirectships
Upload tokenizer
bab75e1 verified 19 days ago
  • .gitattributes
    1.52 kB
    initial commit 19 days ago
  • README.md
    1.8 kB
    feat(w72-v2): fine-tuned cheat-tell classifier on surgical-anachronism eval-v2 β€” detects post-1930 math references in pre_modern prose 19 days ago
  • config.json
    2.15 kB
    feat(w72-v2): fine-tuned cheat-tell classifier on surgical-anachronism eval-v2 β€” detects post-1930 math references in pre_modern prose 19 days ago
  • model.safetensors
    598 MB
    xet
    feat(w72-v2): fine-tuned cheat-tell classifier on surgical-anachronism eval-v2 β€” detects post-1930 math references in pre_modern prose 19 days ago
  • tokenizer.json
    3.58 MB
    Upload tokenizer 19 days ago
  • tokenizer_config.json
    351 Bytes
    Upload tokenizer 19 days ago
  • training_args.bin

    Detected Pickle imports (10)

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

    How to fix it?

    5.27 kB
    xet
    feat(w72-v2): fine-tuned cheat-tell classifier on surgical-anachronism eval-v2 β€” detects post-1930 math references in pre_modern prose 19 days ago