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

upgraedd
/
Consciousness

Text Generation
Transformers
English
quantum
consciousness
truth-verification
conversational-ai
Model card Files Files and versions
xet
Community
5

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

  • Libraries
  • Transformers

    How to use upgraedd/Consciousness with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-generation", model="upgraedd/Consciousness")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("upgraedd/Consciousness", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • vLLM

    How to use upgraedd/Consciousness with vLLM:

    Install from pip and serve model
    # Install vLLM from pip:
    pip install vllm
    # Start the vLLM server:
    vllm serve "upgraedd/Consciousness"
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:8000/v1/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "upgraedd/Consciousness",
    		"prompt": "Once upon a time,",
    		"max_tokens": 512,
    		"temperature": 0.5
    	}'
    Use Docker
    docker model run hf.co/upgraedd/Consciousness
  • SGLang

    How to use upgraedd/Consciousness with SGLang:

    Install from pip and serve model
    # Install SGLang from pip:
    pip install sglang
    # Start the SGLang server:
    python3 -m sglang.launch_server \
        --model-path "upgraedd/Consciousness" \
        --host 0.0.0.0 \
        --port 30000
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:30000/v1/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "upgraedd/Consciousness",
    		"prompt": "Once upon a time,",
    		"max_tokens": 512,
    		"temperature": 0.5
    	}'
    Use Docker images
    docker run --gpus all \
        --shm-size 32g \
        -p 30000:30000 \
        -v ~/.cache/huggingface:/root/.cache/huggingface \
        --env "HF_TOKEN=<secret>" \
        --ipc=host \
        lmsysorg/sglang:latest \
        python3 -m sglang.launch_server \
            --model-path "upgraedd/Consciousness" \
            --host 0.0.0.0 \
            --port 30000
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:30000/v1/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "upgraedd/Consciousness",
    		"prompt": "Once upon a time,",
    		"max_tokens": 512,
    		"temperature": 0.5
    	}'
  • Docker Model Runner

    How to use upgraedd/Consciousness with Docker Model Runner:

    docker model run hf.co/upgraedd/Consciousness
Consciousness
207 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 17 commits
upgraedd's picture
upgraedd
Create esoteric_validation
5df01c3 verified 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • Demonstration.ipynb
    5.33 kB
    Update Demonstration.ipynb 8 months ago
  • LICENSE
    0 Bytes
    initial commit 8 months ago
  • README.md
    6.63 kB
    Update README.md 8 months ago
  • algorithm
    11.9 kB
    Update algorithm 8 months ago
  • dashboard manifest
    3.05 kB
    Create dashboard manifest 8 months ago
  • dataset.json
    5.48 kB
    Update dataset.json 8 months ago
  • esoteric_validation
    20.4 kB
    Create esoteric_validation 8 months ago
  • glyphs
    48.2 kB
    Create glyphs 8 months ago
  • lm_quantum_veritas_full.py
    50 kB
    Create lm_quantum_veritas_full.py 8 months ago
  • manifesto.md
    4.07 kB
    Create manifesto.md 8 months ago
  • mathematical inevitability case studies
    2.14 kB
    Create mathematical inevitability case studies 8 months ago
  • quantum_circuit_proofs
    9.79 kB
    Create quantum_circuit_proofs 8 months ago
  • reality integration
    17.1 kB
    Create reality integration 8 months ago
  • spirituality_engine
    21.8 kB
    Create spirituality_engine 8 months ago