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

  • Log In
  • Sign Up

ahmed792002
/
Finetuning_XLNET_Paraphrase_Classification

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

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

  • Libraries
  • Transformers

    How to use ahmed792002/Finetuning_XLNET_Paraphrase_Classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ahmed792002/Finetuning_XLNET_Paraphrase_Classification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ahmed792002/Finetuning_XLNET_Paraphrase_Classification")
    model = AutoModelForSequenceClassification.from_pretrained("ahmed792002/Finetuning_XLNET_Paraphrase_Classification")
  • Notebooks
  • Google Colab
  • Kaggle
Finetuning_XLNET_Paraphrase_Classification
470 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
ahmed792002's picture
ahmed792002
ahmed792002/Finetuning_XLNET_Paraphrase_Classification
d9f7d70 verified 12 months ago
  • runs
    ahmed792002/Finetuning_XLNET_Paraphrase_Classification 12 months ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.2 kB
    ahmed792002/Finetuning_XLNET_Paraphrase_Classification 12 months ago
  • config.json
    940 Bytes
    ahmed792002/Finetuning_XLNET_Paraphrase_Classification 12 months ago
  • model.safetensors
    469 MB
    xet
    ahmed792002/Finetuning_XLNET_Paraphrase_Classification 12 months ago
  • special_tokens_map.json
    346 Bytes
    ahmed792002/Finetuning_XLNET_Paraphrase_Classification over 1 year ago
  • spiece.model
    798 kB
    xet
    ahmed792002/Finetuning_XLNET_Paraphrase_Classification over 1 year ago
  • tokenizer_config.json
    2.03 kB
    ahmed792002/Finetuning_XLNET_Paraphrase_Classification 12 months ago
  • training_args.bin

    Detected Pickle imports (10)

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

    How to fix it?

    5.37 kB
    xet
    ahmed792002/Finetuning_XLNET_Paraphrase_Classification 12 months ago