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

CCChenRyan
/
LLM_T1

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

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

  • Libraries
  • Transformers

    How to use CCChenRyan/LLM_T1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="CCChenRyan/LLM_T1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("CCChenRyan/LLM_T1")
    model = AutoModelForSequenceClassification.from_pretrained("CCChenRyan/LLM_T1")
  • Notebooks
  • Google Colab
  • Kaggle
LLM_T1 / run-3 /checkpoint-268
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
CCChenRyan's picture
CCChenRyan
Training in progress, epoch 1
313a8f6 over 2 years ago
  • config.json
    615 Bytes
    Training in progress, epoch 1 over 2 years ago
  • model.safetensors
    268 MB
    xet
    Training in progress, epoch 1 over 2 years ago
  • optimizer.pt
    536 MB
    xet
    Training in progress, epoch 1 over 2 years ago
  • rng_state.pth
    14.3 kB
    xet
    Training in progress, epoch 1 over 2 years ago
  • scheduler.pt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    1.06 kB
    xet
    Training in progress, epoch 1 over 2 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, epoch 1 over 2 years ago
  • tokenizer.json
    711 kB
    Training in progress, epoch 1 over 2 years ago
  • tokenizer_config.json
    1.2 kB
    Training in progress, epoch 1 over 2 years ago
  • trainer_state.json
    1.12 kB
    Training in progress, epoch 1 over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.training_args.TrainingArguments",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.HubStrategy",
    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "accelerate.state.PartialState"

    How to fix it?

    4.79 kB
    xet
    Training in progress, epoch 1 over 2 years ago
  • vocab.txt
    232 kB
    Training in progress, epoch 1 over 2 years ago