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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

p-serna
/
bert2bert-spanish-paraphraser

Transformers
PyTorch
google-tensorflow TensorFlow
encoder-decoder
text2text-generation
Model card Files Files and versions
xet
Community
1

Instructions to use p-serna/bert2bert-spanish-paraphraser with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use p-serna/bert2bert-spanish-paraphraser with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("p-serna/bert2bert-spanish-paraphraser")
    model = AutoModelForSeq2SeqLM.from_pretrained("p-serna/bert2bert-spanish-paraphraser", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bert2bert-spanish-paraphraser
1.99 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
Pablo Serna
Update README.md
064965d about 4 years ago
  • .gitattributes
    1.17 kB
    initial commit about 4 years ago
  • README.md
    894 Bytes
    Update README.md about 4 years ago
  • config.json
    4.89 kB
    corrected to original config models about 4 years ago
  • pytorch_model.bin
    993 MB
    xet
    corrected to original config models about 4 years ago
  • special_tokens_map.json
    112 Bytes
    First version of bert2bert-spanish-paraphraser model and tokenizer about 4 years ago
  • tf_model.h5
    993 MB
    xet
    First version of bert2bert-spanish-paraphraser model and tokenizer about 4 years ago
  • tokenizer.json
    730 kB
    First version of bert2bert-spanish-paraphraser model and tokenizer about 4 years ago
  • tokenizer_config.json
    528 Bytes
    First version of bert2bert-spanish-paraphraser model and tokenizer about 4 years ago
  • training_args.bin
    3.18 kB
    xet
    First version of bert2bert-spanish-paraphraser model and tokenizer about 4 years ago
  • vocab.txt
    242 kB
    First version of bert2bert-spanish-paraphraser model and tokenizer about 4 years ago