Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

gbyuvd
/
RougeBERT

Fill-Mask
Transformers
Safetensors
rougebert
bert
bert-like
custom-model
experimental-architecture
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use gbyuvd/RougeBERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="gbyuvd/RougeBERT")
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("gbyuvd/RougeBERT", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
RougeBERT
160 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
gbyuvd's picture
gbyuvd
Upload config.json
4fbb026 verified 8 months ago
  • checkpoints
    Upload base codes 8 months ago
  • data
    Upload base codes 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • LICENSE
    1.06 kB
    Upload base codes 8 months ago
  • README.md
    6.51 kB
    Update README.md 8 months ago
  • RougeBERT.py
    14.2 kB
    Upload base codes 8 months ago
  • RougeBERTHF.py
    6.42 kB
    Upload base codes 8 months ago
  • benchmark_roberta.py
    3.42 kB
    Upload base codes 8 months ago
  • benchmarkplot.ipynb
    187 kB
    Upload base codes 8 months ago
  • config.json
    389 Bytes
    Upload config.json 8 months ago
  • test_train.py
    19.2 kB
    Upload base codes 8 months ago
  • train_eval_utils.py
    14.3 kB
    Upload base codes 8 months ago