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

miugod
/
bibert-iwslt14ende

Fill-Mask
Transformers
PyTorch
roberta
Generated from Trainer
Model card Files Files and versions
xet
Community
1

Instructions to use miugod/bibert-iwslt14ende with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use miugod/bibert-iwslt14ende with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="miugod/bibert-iwslt14ende")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("miugod/bibert-iwslt14ende")
    model = AutoModelForMaskedLM.from_pretrained("miugod/bibert-iwslt14ende")
  • Notebooks
  • Google Colab
  • Kaggle
bibert-iwslt14ende
505 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
miugod's picture
miugod
fintune bibert on iwslt14 ende with mlm task
faacb4b about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    1.23 kB
    fintune bibert on iwslt14 ende with mlm task about 3 years ago
  • all_results.json
    443 Bytes
    fintune bibert on iwslt14 ende with mlm task about 3 years ago
  • config.json
    741 Bytes
    fintune bibert on iwslt14 ende with mlm task about 3 years ago
  • eval_results.json
    267 Bytes
    fintune bibert on iwslt14 ende with mlm task about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    504 MB
    xet
    fintune bibert on iwslt14 ende with mlm task about 3 years ago
  • special_tokens_map.json
    125 Bytes
    fintune bibert on iwslt14 ende with mlm task about 3 years ago
  • tokenizer_config.json
    455 Bytes
    fintune bibert on iwslt14 ende with mlm task about 3 years ago
  • train_results.json
    196 Bytes
    fintune bibert on iwslt14 ende with mlm task about 3 years ago
  • trainer_state.json
    4.25 kB
    fintune bibert on iwslt14 ende with mlm task about 3 years ago
  • vocab.txt
    415 kB
    fintune bibert on iwslt14 ende with mlm task about 3 years ago