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

jay123jay
/
AI-Text-Origin-Classifier

Text Classification
Transformers
Safetensors
xlm-roberta
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use jay123jay/AI-Text-Origin-Classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use jay123jay/AI-Text-Origin-Classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="jay123jay/AI-Text-Origin-Classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("jay123jay/AI-Text-Origin-Classifier")
    model = AutoModelForSequenceClassification.from_pretrained("jay123jay/AI-Text-Origin-Classifier")
  • Notebooks
  • Google Colab
  • Kaggle
AI-Text-Origin-Classifier
1.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
jay123jay's picture
jay123jay
Upload XLMRobertaForSequenceClassification
2cb9579 verified 3 months ago
  • .gitattributes
    1.57 kB
    Upload tokenizer 3 months ago
  • README.md
    5.17 kB
    Upload XLMRobertaForSequenceClassification 3 months ago
  • config.json
    1.03 kB
    Upload XLMRobertaForSequenceClassification 3 months ago
  • model.safetensors
    1.11 GB
    xet
    Upload XLMRobertaForSequenceClassification 3 months ago
  • tokenizer.json
    16.8 MB
    xet
    Upload tokenizer 3 months ago
  • tokenizer_config.json
    313 Bytes
    Upload tokenizer 3 months ago