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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

agentlans
/
snowflake-arctic-xs-grammar-classifier

Text Classification
Transformers
Safetensors
English
bert
Generated from Trainer
grammar-classification
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use agentlans/snowflake-arctic-xs-grammar-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use agentlans/snowflake-arctic-xs-grammar-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="agentlans/snowflake-arctic-xs-grammar-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("agentlans/snowflake-arctic-xs-grammar-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("agentlans/snowflake-arctic-xs-grammar-classifier", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
snowflake-arctic-xs-grammar-classifier
91.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
agentlans's picture
agentlans
Upload 10 files
6cb79da verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    4.7 kB
    Create README.md over 1 year ago
  • all_results.json
    532 Bytes
    Upload 10 files over 1 year ago
  • config.json
    931 Bytes
    Upload 10 files over 1 year ago
  • eval_results.json
    273 Bytes
    Upload 10 files over 1 year ago
  • model.safetensors
    90.9 MB
    xet
    Upload 10 files over 1 year ago
  • tokenizer.json
    711 kB
    Upload 10 files over 1 year ago
  • tokenizer_config.json
    1.43 kB
    Upload 10 files over 1 year ago
  • train_results.json
    320 Bytes
    Upload 10 files over 1 year ago
  • trainer_state.json
    19.6 kB
    Upload 10 files over 1 year ago
  • training_args.bin
    5.37 kB
    xet
    Upload 10 files over 1 year ago
  • vocab.txt
    232 kB
    Upload 10 files over 1 year ago