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

somosnlp-hackathon-2022
/
readability-es-sentences

Text Classification
Transformers
PyTorch
Spanish
roberta
spanish
bertin
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use somosnlp-hackathon-2022/readability-es-sentences with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use somosnlp-hackathon-2022/readability-es-sentences with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="somosnlp-hackathon-2022/readability-es-sentences")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("somosnlp-hackathon-2022/readability-es-sentences")
    model = AutoModelForSequenceClassification.from_pretrained("somosnlp-hackathon-2022/readability-es-sentences")
  • Notebooks
  • Google Colab
  • Kaggle
readability-es-sentences
502 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
pcuenq's picture
pcuenq HF Staff
Updata dataset link
841de37 about 4 years ago
  • .gitattributes
    1.18 kB
    initial commit about 4 years ago
  • README.md
    2.93 kB
    Updata dataset link about 4 years ago
  • config.json
    938 Bytes
    Improve the 2-class sentence-based model. about 4 years ago
  • merges.txt
    514 kB
    Fix tokenizer. about 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    499 MB
    xet
    Improve the 2-class sentence-based model. about 4 years ago
  • special_tokens_map.json
    239 Bytes
    Add tokenizer. about 4 years ago
  • tokenizer.json
    2.22 MB
    Fix tokenizer. about 4 years ago
  • tokenizer_config.json
    353 Bytes
    Fix tokenizer. about 4 years ago
  • vocab.json
    855 kB
    Fix tokenizer. about 4 years ago