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

  • Log In
  • Sign Up

barszot
/
tmp_trainer

Token Classification
Transformers
TensorBoard
Safetensors
xlm-roberta
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use barszot/tmp_trainer with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="barszot/tmp_trainer")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("barszot/tmp_trainer")
    model = AutoModelForTokenClassification.from_pretrained("barszot/tmp_trainer")
  • Notebooks
  • Google Colab
  • Kaggle
tmp_trainer
1.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
barszot's picture
barszot
Training completed!
67e8b7e verified 6 months ago
  • runs
    Training completed! 6 months ago
  • .gitattributes
    1.57 kB
    Training completed! 6 months ago
  • README.md
    1.13 kB
    Training completed! 6 months ago
  • config.json
    968 Bytes
    Training completed! 6 months ago
  • model.safetensors
    1.11 GB
    xet
    Training completed! 6 months ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Training completed! 6 months ago
  • special_tokens_map.json
    280 Bytes
    Training completed! 6 months ago
  • tokenizer.json
    17.1 MB
    xet
    Training completed! 6 months ago
  • tokenizer_config.json
    1.18 kB
    Training completed! 6 months ago
  • training_args.bin
    5.71 kB
    xet
    Training completed! 6 months ago