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

just1nseo
/
ClearCheck-8B

Question Answering
Transformers
PyTorch
Safetensors
llama
text-generation
text-generation-inference
Model card Files Files and versions
xet
Community
2

Instructions to use just1nseo/ClearCheck-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use just1nseo/ClearCheck-8B with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="just1nseo/ClearCheck-8B")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("just1nseo/ClearCheck-8B")
    model = AutoModelForCausalLM.from_pretrained("just1nseo/ClearCheck-8B")
  • Notebooks
  • Google Colab
  • Kaggle
ClearCheck-8B
16.1 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 3 commits
nielsr's picture
nielsr HF Staff
Add model card with metadata and link to paper and code
68ec334 verified 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    342 Bytes
    Add model card with metadata and link to paper and code 12 months ago
  • config.json
    910 Bytes
    Upload folder using huggingface_hub 12 months ago
  • generation_config.json
    184 Bytes
    Upload folder using huggingface_hub 12 months ago
  • pytorch_model-00001-of-00004.bin

    Detected Pickle imports (3)

    • "torch.BFloat16Storage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    4.98 GB
    xet
    Upload folder using huggingface_hub 12 months ago
  • pytorch_model-00002-of-00004.bin
    5 GB
    xet
    Upload folder using huggingface_hub 12 months ago
  • pytorch_model-00003-of-00004.bin
    4.92 GB
    xet
    Upload folder using huggingface_hub 12 months ago
  • pytorch_model-00004-of-00004.bin
    1.17 GB
    xet
    Upload folder using huggingface_hub 12 months ago
  • pytorch_model.bin.index.json
    24 kB
    Upload folder using huggingface_hub 12 months ago
  • special_tokens_map.json
    434 Bytes
    Upload folder using huggingface_hub 12 months ago
  • tokenizer.json
    9.09 MB
    Upload folder using huggingface_hub 12 months ago
  • tokenizer_config.json
    55.5 kB
    Upload folder using huggingface_hub 12 months ago