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

y0un92
/
test

Feature Extraction
Transformers
Safetensors
minicpmv
custom_code
4-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use y0un92/test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="y0un92/test", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("y0un92/test", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
test
6.17 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
y0un92's picture
y0un92
Upload model-00002-of-00002.safetensors
0cc71fc verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    0 Bytes
    Create README.md almost 2 years ago
  • config.json
    1.91 kB
    Upload 9 files almost 2 years ago
  • configuration_minicpm.py
    4.06 kB
    Upload 9 files almost 2 years ago
  • generation_config.json
    121 Bytes
    Upload 9 files almost 2 years ago
  • model-00001-of-00002.safetensors
    4.65 GB
    xet
    Upload model-00001-of-00002.safetensors almost 2 years ago
  • model-00002-of-00002.safetensors
    1.51 GB
    xet
    Upload model-00002-of-00002.safetensors almost 2 years ago
  • model.safetensors.index.json
    244 kB
    Upload 9 files almost 2 years ago
  • modeling_minicpmv.py
    25 kB
    Upload 9 files almost 2 years ago
  • resampler.py
    5.49 kB
    Upload 9 files almost 2 years ago
  • special_tokens_map.json
    459 Bytes
    Upload 9 files almost 2 years ago
  • tokenizer.json
    9.08 MB
    Upload 9 files almost 2 years ago
  • tokenizer_config.json
    50.9 kB
    Upload 9 files almost 2 years ago
  • web_demo.py
    8.27 kB
    Create web_demo.py almost 2 years ago