Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

CAMeL-Lab
/
readability-camelbert-word-CE

Text Classification
Transformers
Safetensors
bert
readability
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use CAMeL-Lab/readability-camelbert-word-CE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use CAMeL-Lab/readability-camelbert-word-CE with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="CAMeL-Lab/readability-camelbert-word-CE")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("CAMeL-Lab/readability-camelbert-word-CE")
    model = AutoModelForSequenceClassification.from_pretrained("CAMeL-Lab/readability-camelbert-word-CE")
  • Notebooks
  • Google Colab
  • Kaggle
readability-camelbert-word-CE
437 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
KhalidNElmadani's picture
KhalidNElmadani
Update README.md
96d3ca0 verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    1.7 kB
    Update README.md 10 months ago
  • config.json
    1.61 kB
    Added Model 10 months ago
  • model.safetensors
    436 MB
    xet
    Added Model 10 months ago
  • special_tokens_map.json
    695 Bytes
    Added Tokenizer 10 months ago
  • tokenizer.json
    776 kB
    Added Tokenizer 10 months ago
  • tokenizer_config.json
    1.4 kB
    Added Tokenizer 10 months ago
  • vocab.txt
    305 kB
    Added Tokenizer 10 months ago