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

alfiinyang
/
txt2xl_classifier

Text Classification
Transformers
TensorBoard
Safetensors
bert
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use alfiinyang/txt2xl_classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="alfiinyang/txt2xl_classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("alfiinyang/txt2xl_classifier")
    model = AutoModelForSequenceClassification.from_pretrained("alfiinyang/txt2xl_classifier", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
txt2xl_classifier / logs
65.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
alfiinyang's picture
alfiinyang
Update model and tokenizer
5194326 almost 2 years ago
  • events.out.tfevents.1721998301.cce3337b9a02.157.0
    5.96 kB
    xet
    Update model and tokenizer almost 2 years ago
  • events.out.tfevents.1721998341.cce3337b9a02.157.1
    11 kB
    xet
    Update model and tokenizer almost 2 years ago
  • events.out.tfevents.1722242538.1e3c4db5059c.468.0
    10.9 kB
    xet
    Update model and tokenizer almost 2 years ago
  • events.out.tfevents.1722255318.6e17b7a5c46d.1118.0
    10.9 kB
    xet
    Update model and tokenizer almost 2 years ago
  • events.out.tfevents.1722265698.47109c206b48.1457.0
    9.29 kB
    xet
    Update model and tokenizer almost 2 years ago
  • events.out.tfevents.1722440330.c8b573fa0d84.1534.0
    10.9 kB
    xet
    Update model and tokenizer almost 2 years ago
  • events.out.tfevents.1724249839.4d4c0a2e9def.239.0
    6.58 kB
    xet
    Update model and tokenizer almost 2 years ago
  • events.out.tfevents.1724250323.4d4c0a2e9def.239.1
    88 Bytes
    xet
    Update model and tokenizer almost 2 years ago