Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

oscarwu
/
label-transfer

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

Instructions to use oscarwu/label-transfer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use oscarwu/label-transfer with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="oscarwu/label-transfer")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("oscarwu/label-transfer")
    model = AutoModelForSequenceClassification.from_pretrained("oscarwu/label-transfer")
  • Notebooks
  • Google Colab
  • Kaggle
label-transfer
1.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
oscarwu's picture
oscarwu
update model card README.md
49052b6 over 3 years ago
  • runs
    End of training over 3 years ago
  • .gitattributes
    1.44 kB
    Training in progress, epoch 0 over 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 0 over 3 years ago
  • README.md
    16.1 kB
    update model card README.md over 3 years ago
  • config.json
    948 Bytes
    Training in progress, epoch 0 over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    1.11 GB
    xet
    End of training over 3 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Training in progress, epoch 0 over 3 years ago
  • special_tokens_map.json
    280 Bytes
    Training in progress, epoch 0 over 3 years ago
  • tokenizer.json
    17.1 MB
    xet
    Training in progress, epoch 0 over 3 years ago
  • tokenizer_config.json
    465 Bytes
    Training in progress, epoch 0 over 3 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?

    3.44 kB
    xet
    Training in progress, epoch 0 over 3 years ago