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

  • Log In
  • Sign Up

ejschwartz
/
oo-method-test-model-bylibrary

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

Instructions to use ejschwartz/oo-method-test-model-bylibrary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ejschwartz/oo-method-test-model-bylibrary with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ejschwartz/oo-method-test-model-bylibrary")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ejschwartz/oo-method-test-model-bylibrary")
    model = AutoModelForSequenceClassification.from_pretrained("ejschwartz/oo-method-test-model-bylibrary")
  • Notebooks
  • Google Colab
  • Kaggle
oo-method-test-model-bylibrary
672 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 12 commits
ejschwartz's picture
ejschwartz
End of training
13135f2 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • OO_Fine_Tune.ipynb
    818 kB
    Upload OO_Fine_Tune.ipynb over 2 years ago
  • README.md
    1.83 kB
    End of training over 2 years ago
  • config.json
    860 Bytes
    End of training over 2 years ago
  • merges.txt
    482 kB
    End of training over 2 years ago
  • model.safetensors
    334 MB
    xet
    Adding `safetensors` variant of this model (#1) over 2 years ago
  • pytorch_model.bin
    334 MB
    xet
    Training in progress, step 732 over 2 years ago
  • special_tokens_map.json
    957 Bytes
    End of training over 2 years ago
  • tokenizer.json
    2.21 MB
    End of training over 2 years ago
  • tokenizer_config.json
    1.36 kB
    End of training over 2 years ago
  • training_args.bin
    4.09 kB
    xet
    Training in progress, step 183 over 2 years ago
  • vocab.json
    838 kB
    End of training over 2 years ago