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

yikx
/
classwork

Image Feature Extraction
Transformers
PyTorch
chatglm
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use yikx/classwork with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="yikx/classwork", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("yikx/classwork", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
classwork / chatglm-6b-int4
3.9 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
yikx's picture
yikx
Upload 14 files
bd46a45 almost 3 years ago
  • .gitattributes
    1.48 kB
    Upload 14 files almost 3 years ago
  • LICENSE
    11.3 kB
    Upload 14 files almost 3 years ago
  • MODEL_LICENSE
    2.35 kB
    Upload 14 files almost 3 years ago
  • README.md
    4.93 kB
    Upload 14 files almost 3 years ago
  • config.json
    838 Bytes
    Upload 14 files almost 3 years ago
  • configuration_chatglm.py
    4.38 kB
    Upload 14 files almost 3 years ago
  • ice_text.model
    2.71 MB
    xet
    Upload 14 files almost 3 years ago
  • modeling_chatglm.py
    59.4 kB
    Upload 14 files almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.CharStorage",
    • "torch.HalfStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    3.89 GB
    xet
    Upload 14 files almost 3 years ago
  • quantization.py
    31 kB
    Upload 14 files almost 3 years ago
  • quantization_kernels.c
    1.16 kB
    Upload 14 files almost 3 years ago
  • quantization_kernels_parallel.c
    1.61 kB
    Upload 14 files almost 3 years ago
  • tokenization_chatglm.py
    17 kB
    Upload 14 files almost 3 years ago
  • tokenizer_config.json
    446 Bytes
    Upload 14 files almost 3 years ago