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

kohubi
/
results

Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use kohubi/results with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="kohubi/results")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("kohubi/results")
    model = AutoModelForSequenceClassification.from_pretrained("kohubi/results", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
results / runs
38.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
kohubi's picture
kohubi
Training in progress, step 500
d41c987 verified over 1 year ago
  • Dec12_12-36-27_Admin
    ijboym216/roberta-base-klue-ynat-classification over 1 year ago
  • Dec13_14-48-01_Admin
    ijboym216/roberta-base-klue-ynat-classification over 1 year ago
  • Dec13_14-53-28_Admin
    ijboym216/roberta-base-klue-ynat-classification over 1 year ago
  • Dec13_15-00-51_Admin
    ijboym216/roberta-base-klue-ynat-classification over 1 year ago
  • Dec13_15-05-22_Admin
    ijboym216/roberta-base-klue-ynat-classification over 1 year ago
  • Dec13_15-18-27_Admin
    Training in progress, step 500 over 1 year ago