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

  • Log In
  • Sign Up

aieng-lab
/
roberta-base_requirement-completion

Fill-Mask
Transformers
Safetensors
English
roberta
Model card Files Files and versions
xet
Community

Instructions to use aieng-lab/roberta-base_requirement-completion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use aieng-lab/roberta-base_requirement-completion with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="aieng-lab/roberta-base_requirement-completion")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("aieng-lab/roberta-base_requirement-completion")
    model = AutoModelForMaskedLM.from_pretrained("aieng-lab/roberta-base_requirement-completion")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-base_requirement-completion
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
fabiancpl's picture
fabiancpl
Pushing model, tokenizer and model card
f77b104 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    859 Bytes
    Pushing model, tokenizer and model card 11 months ago
  • config.json
    673 Bytes
    Pushing model, tokenizer and model card 11 months ago
  • merges.txt
    456 kB
    Pushing model, tokenizer and model card 11 months ago
  • model.safetensors
    249 MB
    xet
    Pushing model, tokenizer and model card 11 months ago
  • special_tokens_map.json
    280 Bytes
    Pushing model, tokenizer and model card 11 months ago
  • tokenizer.json
    3.56 MB
    Pushing model, tokenizer and model card 11 months ago
  • tokenizer_config.json
    1.25 kB
    Pushing model, tokenizer and model card 11 months ago
  • vocab.json
    798 kB
    Pushing model, tokenizer and model card 11 months ago