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

James-kc-min
/
SE_Roberta2

Text Classification
Transformers
PyTorch
roberta
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use James-kc-min/SE_Roberta2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use James-kc-min/SE_Roberta2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="James-kc-min/SE_Roberta2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("James-kc-min/SE_Roberta2")
    model = AutoModelForSequenceClassification.from_pretrained("James-kc-min/SE_Roberta2", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
SE_Roberta2
660 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 21 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
423ce1b about 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model about 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 500 over 4 years ago
  • config.json
    740 Bytes
    Training in progress, step 500 over 4 years ago
  • merges.txt
    456 kB
    Training in progress, step 500 over 4 years ago
  • model.safetensors
    328 MB
    xet
    Adding `safetensors` variant of this model about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.LongStorage",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    329 MB
    xet
    Training in progress, step 4500 over 4 years ago
  • special_tokens_map.json
    239 Bytes
    Training in progress, step 500 over 4 years ago
  • tokenizer.json
    2.11 MB
    Training in progress, step 500 over 4 years ago
  • tokenizer_config.json
    349 Bytes
    Training in progress, step 500 over 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.IntervalStrategy",
    • "torch.device",
    • "transformers.training_args.TrainingArguments",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.SchedulerType"

    How to fix it?

    2.99 kB
    xet
    Training in progress, step 500 over 4 years ago
  • vocab.json
    798 kB
    Training in progress, step 500 over 4 years ago