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

  • Log In
  • Sign Up

Buseak
/
model_TrainTestSplit_berturk_v3_24Feb

Token Classification
Transformers
PyTorch
TensorBoard
bert
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use Buseak/model_TrainTestSplit_berturk_v3_24Feb with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Buseak/model_TrainTestSplit_berturk_v3_24Feb")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Buseak/model_TrainTestSplit_berturk_v3_24Feb")
    model = AutoModelForTokenClassification.from_pretrained("Buseak/model_TrainTestSplit_berturk_v3_24Feb")
  • Notebooks
  • Google Colab
  • Kaggle
model_TrainTestSplit_berturk_v3_24Feb / runs
13.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Buseak's picture
Buseak
Training in progress, epoch 7
8327dc4 about 3 years ago
  • Feb24_05-47-12_0e4a5fe5f792
    Training in progress, epoch 7 about 3 years ago