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

projecte-aina
/
roberta-large-ca-paraphrase

Text Classification
Transformers
PyTorch
Catalan
roberta
catalan
paraphrase
textual entailment
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use projecte-aina/roberta-large-ca-paraphrase with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use projecte-aina/roberta-large-ca-paraphrase with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="projecte-aina/roberta-large-ca-paraphrase")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("projecte-aina/roberta-large-ca-paraphrase")
    model = AutoModelForSequenceClassification.from_pretrained("projecte-aina/roberta-large-ca-paraphrase", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-large-ca-paraphrase
1.43 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 20 commits
gonzalez-agirre's picture
gonzalez-agirre
Update README.md
34df7f6 almost 4 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 4 years ago
  • README.md
    5.4 kB
    Update README.md almost 4 years ago
  • config.json
    918 Bytes
    Update config.json almost 4 years ago
  • merges.txt
    506 kB
    model almost 4 years ago
  • pytorch_model.bin
    1.42 GB
    xet
    model almost 4 years ago
  • special_tokens_map.json
    772 Bytes
    model almost 4 years ago
  • tokenizer.json
    2.21 MB
    model almost 4 years ago
  • tokenizer_config.json
    1.19 kB
    model almost 4 years ago
  • trainer_state.json
    2.81 kB
    model almost 4 years ago
  • training_args.bin
    3.12 kB
    xet
    model almost 4 years ago
  • vocab.json
    848 kB
    model almost 4 years ago