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

Almashtouly
/
Restaurant_RoBERTa_Model

Text Classification
Transformers
Safetensors
English
roberta
sentiment-analysis
restaurant-reviews
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Almashtouly/Restaurant_RoBERTa_Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Almashtouly/Restaurant_RoBERTa_Model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Almashtouly/Restaurant_RoBERTa_Model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Almashtouly/Restaurant_RoBERTa_Model")
    model = AutoModelForSequenceClassification.from_pretrained("Almashtouly/Restaurant_RoBERTa_Model")
  • Notebooks
  • Google Colab
  • Kaggle
Restaurant_RoBERTa_Model
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Almashtouly's picture
Almashtouly
Upload RobertaForSequenceClassification
6fe5df5 verified 24 days ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    1.39 kB
    Update README.md about 1 month ago
  • config.json
    844 Bytes
    Upload RobertaForSequenceClassification 24 days ago
  • model.safetensors
    499 MB
    xet
    Upload RobertaForSequenceClassification 24 days ago
  • tokenizer.json
    3.56 MB
    Upload tokenizer 24 days ago
  • tokenizer_config.json
    359 Bytes
    Upload tokenizer 24 days ago