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

  • Log In
  • Sign Up

liujch1998
/
vera

Text Classification
Transformers
PyTorch
English
t5
Model card Files Files and versions
xet
Community
3

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

  • Libraries
  • Transformers

    How to use liujch1998/vera with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="liujch1998/vera")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("liujch1998/vera")
    model = AutoModel.from_pretrained("liujch1998/vera")
  • Notebooks
  • Google Colab
  • Kaggle
vera
9.53 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
liujch1998's picture
liujch1998
Update README.md
34a4e01 over 2 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    4.26 kB
    Update README.md over 2 years ago
  • config.json
    753 Bytes
    XXL model bf16 about 3 years ago
  • pytorch_model-00001-of-00002.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    4.73 GB
    xet
    XXL model bf16 about 3 years ago
  • pytorch_model-00002-of-00002.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    4.8 GB
    xet
    XXL model bf16 about 3 years ago
  • pytorch_model.bin.index.json
    20 kB
    XXL model bf16 about 3 years ago
  • special_tokens_map.json
    2.2 kB
    Upload tokenizer about 3 years ago
  • spiece.model
    792 kB
    xet
    Upload tokenizer about 3 years ago
  • tokenizer_config.json
    2.53 kB
    XXL model bf16 about 3 years ago