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

hosung1
/
code-sim-roberta-small

Text Classification
Transformers
Safetensors
English
Korean
roberta
sequence-classification
code
small
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use hosung1/code-sim-roberta-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hosung1/code-sim-roberta-small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="hosung1/code-sim-roberta-small")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("hosung1/code-sim-roberta-small")
    model = AutoModelForSequenceClassification.from_pretrained("hosung1/code-sim-roberta-small", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
code-sim-roberta-small
145 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
hosung1's picture
hosung1
Update README.md
cc2ba52 verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    882 Bytes
    Update README.md 10 months ago
  • config.json
    693 Bytes
    Add roberta-small model + tokenizer (safetensors) 10 months ago
  • model.safetensors
    143 MB
    xet
    Add roberta-small model + tokenizer (safetensors) 10 months ago
  • special_tokens_map.json
    964 Bytes
    Add roberta-small model + tokenizer (safetensors) 10 months ago
  • tokenizer.json
    2.03 MB
    Add roberta-small model + tokenizer (safetensors) 10 months ago
  • tokenizer_config.json
    2.5 kB
    Add roberta-small model + tokenizer (safetensors) 10 months ago
  • training_args.bin
    5.97 kB
    xet
    Add roberta-small model + tokenizer (safetensors) 10 months ago