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

  • Log In
  • Sign Up

ninagroot
/
thesis

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

Instructions to use ninagroot/thesis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ninagroot/thesis with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ninagroot/thesis", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ninagroot/thesis", trust_remote_code=True)
    model = AutoModelForSequenceClassification.from_pretrained("ninagroot/thesis", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
thesis
75.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
ninagroot's picture
ninagroot
Training in progress, epoch 1
994f574 verified over 2 years ago
  • logs
    Training in progress, epoch 1 over 2 years ago
  • run-0
    Training in progress, epoch 1 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.44 kB
    End of training over 2 years ago
  • added_tokens.json
    1.08 kB
    Training in progress, epoch 1 over 2 years ago
  • config.json
    1.11 kB
    Training in progress, epoch 1 over 2 years ago
  • merges.txt
    456 kB
    Training in progress, epoch 1 over 2 years ago
  • model.safetensors
    17.5 MB
    xet
    End of training over 2 years ago
  • special_tokens_map.json
    473 Bytes
    Training in progress, epoch 1 over 2 years ago
  • tokenizer.json
    2.11 MB
    Training in progress, epoch 1 over 2 years ago
  • tokenizer_config.json
    7.37 kB
    Training in progress, epoch 1 over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.66 kB
    xet
    Training in progress, epoch 1 over 2 years ago
  • vocab.json
    798 kB
    Training in progress, epoch 1 over 2 years ago
  • vocab.txt
    232 kB
    Training in progress, epoch 1 over 2 years ago