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

  • Log In
  • Sign Up

Buseak
/
model_TrainTestSplit_berturk

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 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Buseak/model_TrainTestSplit_berturk with Transformers:

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