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

  • Log In
  • Sign Up

UIC-Liu-Lab
/
DAS-Rest2Cam

Fill-Mask
Transformers
PyTorch
TensorBoard
English
roberta
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use UIC-Liu-Lab/DAS-Rest2Cam with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use UIC-Liu-Lab/DAS-Rest2Cam with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="UIC-Liu-Lab/DAS-Rest2Cam")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("UIC-Liu-Lab/DAS-Rest2Cam")
    model = AutoModelForMaskedLM.from_pretrained("UIC-Liu-Lab/DAS-Rest2Cam")
  • Notebooks
  • Google Colab
  • Kaggle
DAS-Rest2Cam
502 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
ZixuanKe's picture
ZixuanKe
Update README.md
f77f466 verified over 2 years ago
  • after_mlm0
    Upload importance files over 2 years ago
  • after_mlm1
    Upload importance files over 2 years ago
  • after_mlm2
    Upload importance files over 2 years ago
  • after_mlm3
    Upload importance files over 2 years ago
  • after_mlm4
    Upload importance files over 2 years ago
  • after_mlm5
    Upload model over 2 years ago
  • before_distill0
    Upload importance files over 2 years ago
  • camera_unsup_log
    Upload model over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    154 Bytes
    Update README.md over 2 years ago
  • config.json
    906 Bytes
    Upload model over 2 years ago
  • merges.txt
    456 kB
    Upload model over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    499 MB
    xet
    Upload model over 2 years ago
  • special_tokens_map.json
    772 Bytes
    Upload model over 2 years ago
  • tokenizer_config.json
    1.16 kB
    Upload model over 2 years ago
  • vocab.json
    899 kB
    Upload model over 2 years ago