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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

katuni4ka
/
tiny-random-chatglm2

Feature Extraction
Transformers
TensorBoard
Safetensors
chatglm
Generated from Trainer
custom_code
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use katuni4ka/tiny-random-chatglm2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use katuni4ka/tiny-random-chatglm2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="katuni4ka/tiny-random-chatglm2", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("katuni4ka/tiny-random-chatglm2", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
tiny-random-chatglm2
78.4 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 15 commits
katuni4ka's picture
katuni4ka
Update modeling_chatglm.py
44385a0 verified about 1 year ago
  • runs
    End of training about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.18 kB
    End of training about 2 years ago
  • config.json
    1.64 kB
    End of training about 2 years ago
  • configuration_chatglm.py
    2.33 kB
    Upload 9 files about 2 years ago
  • generation_config.json
    111 Bytes
    End of training about 2 years ago
  • model.safetensors
    77.3 MB
    xet
    End of training about 2 years ago
  • modeling_chatglm.py
    56.4 kB
    Update modeling_chatglm.py about 1 year ago
  • quantization.py
    14.7 kB
    Upload 9 files about 2 years ago
  • special_tokens_map.json
    3 Bytes
    Upload 10 files about 2 years ago
  • tokenization_chatglm.py
    10.9 kB
    transformers-4.45 (#1) over 1 year ago
  • tokenizer.model
    1.02 MB
    xet
    Upload 9 files about 2 years ago
  • tokenizer_config.json
    458 Bytes
    End of training about 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    4.86 kB
    xet
    End of training about 2 years ago