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
94 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
15c65b3 verified over 1 year ago
  • runs
    Model save almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 64 almost 3 years ago
  • README.md
    4.95 kB
    update model card README.md almost 3 years ago
  • config.json
    2.94 kB
    Update config.json almost 3 years ago
  • model.safetensors
    46.5 MB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.LongStorage",
    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    46.5 MB
    xet
    Model save almost 3 years ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer almost 3 years ago
  • tokenizer.json
    711 kB
    Upload tokenizer almost 3 years ago
  • tokenizer_config.json
    428 Bytes
    Upload tokenizer almost 3 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.training_args.OptimizerNames",
    • "data.configs.TrainingArguments",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "torch.device"

    How to fix it?

    3.5 kB
    xet
    Training in progress, step 64 almost 3 years ago
  • vocab.txt
    232 kB
    Upload tokenizer almost 3 years ago