Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Youssef320
/
1L-BERT-finetuned-newcode

Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
2

Instructions to use Youssef320/1L-BERT-finetuned-newcode with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Youssef320/1L-BERT-finetuned-newcode with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Youssef320/1L-BERT-finetuned-newcode")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Youssef320/1L-BERT-finetuned-newcode")
    model = AutoModelForSequenceClassification.from_pretrained("Youssef320/1L-BERT-finetuned-newcode", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
1L-BERT-finetuned-newcode / runs
46.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
Youssef320's picture
Youssef320
Model save
6e7d381 almost 3 years ago
  • Sep03_19-17-28_83ae17c6a4494163aac39f5f90b4b6b0000000
    Model save almost 3 years ago