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

  • Log In
  • Sign Up

franfj
/
DIPROMATS_subtask_1_base_train

Text Classification
Transformers
PyTorch
Safetensors
xlm-roberta
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use franfj/DIPROMATS_subtask_1_base_train with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="franfj/DIPROMATS_subtask_1_base_train")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("franfj/DIPROMATS_subtask_1_base_train")
    model = AutoModelForSequenceClassification.from_pretrained("franfj/DIPROMATS_subtask_1_base_train")
  • Notebooks
  • Google Colab
  • Kaggle
DIPROMATS_subtask_1_base_train
2.25 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
franfj's picture
franfj
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
f3ec9a2 verified about 1 year ago
  • .gitattributes
    1.53 kB
    Training in progress, epoch 1 about 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 about 3 years ago
  • README.md
    1.9 kB
    End of training about 3 years ago
  • config.json
    880 Bytes
    Training in progress, epoch 1 about 3 years ago
  • model.safetensors
    1.11 GB
    xet
    Adding `safetensors` variant of this model (#1) about 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    1.11 GB
    xet
    End of training about 3 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Training in progress, epoch 1 about 3 years ago
  • special_tokens_map.json
    280 Bytes
    Training in progress, epoch 1 about 3 years ago
  • tokenizer.json
    17.1 MB
    xet
    Training in progress, epoch 1 about 3 years ago
  • tokenizer_config.json
    418 Bytes
    Training in progress, epoch 1 about 3 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    3.64 kB
    xet
    Training in progress, epoch 1 about 3 years ago