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

huolongguo10
/
LLM_detect

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

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

  • Libraries
  • Transformers

    How to use huolongguo10/LLM_detect with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="huolongguo10/LLM_detect")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("huolongguo10/LLM_detect")
    model = AutoModelForSequenceClassification.from_pretrained("huolongguo10/LLM_detect")
  • Notebooks
  • Google Colab
  • Kaggle
LLM_detect
409 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
huolongguo10's picture
huolongguo10
Update README.md
ee72efb verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    3.95 kB
    Update README.md over 2 years ago
  • config.json
    883 Bytes
    Rename config(1).json to config.json over 2 years ago
  • model.safetensors
    409 MB
    xet
    Rename model(1).safetensors to model.safetensors over 2 years ago
  • tokenizer.json
    269 kB
    Upload 3 files over 2 years ago
  • tokenizer_config.json
    29 Bytes
    Upload 3 files over 2 years ago
  • vocab.txt
    110 kB
    Upload 3 files over 2 years ago