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

  • Log In
  • Sign Up

fangyuan
/
lfqa_role_classification

Transformers
PyTorch
t5
text2text-generation
text-generation-inference
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use fangyuan/lfqa_role_classification with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("fangyuan/lfqa_role_classification")
    model = AutoModelForSeq2SeqLM.from_pretrained("fangyuan/lfqa_role_classification")
  • Notebooks
  • Google Colab
  • Kaggle
lfqa_role_classification
5.9 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
9f91836 almost 3 years ago
  • .gitattributes
    1.27 kB
    Adding `safetensors` variant of this model almost 3 years ago
  • README.md
    36 Bytes
    Update README.md about 4 years ago
  • config.json
    1.38 kB
    add model files almost 4 years ago
  • model.safetensors
    2.95 GB
    xet
    Adding `safetensors` variant of this model almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    2.95 GB
    xet
    add model files almost 4 years ago
  • special_tokens_map.json
    1.79 kB
    add model files almost 4 years ago
  • spiece.model
    792 kB
    xet
    add model files almost 4 years ago
  • tokenizer.json
    1.39 MB
    add model files almost 4 years ago
  • tokenizer_config.json
    1.92 kB
    add model files almost 4 years ago
  • trainer_state.json
    18.1 kB
    add model files almost 4 years ago
  • training_args.bin

    Detected Pickle imports (5)

    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.IntervalStrategy",
    • "torch.device",
    • "transformers.training_args_seq2seq.Seq2SeqTrainingArguments",
    • "transformers.trainer_utils.SchedulerType"

    How to fix it?

    3.06 kB
    xet
    add model files almost 4 years ago