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

  • Log In
  • Sign Up

tbochens
/
test-train

Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
3

Instructions to use tbochens/test-train with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tbochens/test-train with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="tbochens/test-train")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("tbochens/test-train")
    model = AutoModelForSequenceClassification.from_pretrained("tbochens/test-train")
  • Notebooks
  • Google Colab
  • Kaggle
test-train
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
tbochens's picture
tbochens
update model card README.md
89ce140 over 4 years ago
  • runs
    End of training over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 500 over 4 years ago
  • README.md
    1.8 kB
    update model card README.md over 4 years ago
  • config.json
    727 Bytes
    Training in progress, step 500 over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.LongStorage",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    438 MB
    xet
    End of training over 4 years ago
  • special_tokens_map.json
    112 Bytes
    Training in progress, step 500 over 4 years ago
  • tokenizer.json
    466 kB
    Training in progress, step 500 over 4 years ago
  • tokenizer_config.json
    321 Bytes
    Training in progress, step 500 over 4 years ago
  • training_args.bin

    Detected Pickle imports (5)

    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.TrainingArguments"

    How to fix it?

    2.93 kB
    xet
    Training in progress, step 500 over 4 years ago
  • vocab.txt
    232 kB
    Training in progress, step 500 over 4 years ago