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

  • Log In
  • Sign Up

AhmadFareedKhan
/
model

Fill-Mask
Transformers
PyTorch
TensorBoard
Safetensors
bert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use AhmadFareedKhan/model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="AhmadFareedKhan/model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("AhmadFareedKhan/model")
    model = AutoModelForMaskedLM.from_pretrained("AhmadFareedKhan/model")
  • Notebooks
  • Google Colab
  • Kaggle
model
4.51 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 36 commits
AhmadFareedKhan's picture
AhmadFareedKhan
Training in progress, step 2000
30bafdc verified over 1 year ago
  • runs
    Training in progress, step 180 almost 2 years ago
  • .gitattributes
    1.57 kB
    Training in progress, step 500 almost 2 years ago
  • README.md
    1.8 kB
    Model save over 1 year ago
  • config.json
    667 Bytes
    Model save over 1 year ago
  • generation_config.json
    95 Bytes
    Model save over 1 year ago
  • model.safetensors
    2.25 GB
    xet
    Training in progress, step 5000 over 1 year ago
  • pytorch_model.bin
    2.25 GB
    xet
    Training in progress, step 2000 over 1 year ago
  • special_tokens_map.json
    295 Bytes
    Model save over 1 year ago
  • tokenizer.json
    17.1 MB
    xet
    Model save over 1 year ago
  • tokenizer_config.json
    465 Bytes
    Model save over 1 year ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.54 kB
    xet
    Training in progress, step 1000 over 1 year ago