Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

thewimo
/
deidentification

GGUF
conversational
Model card Files Files and versions
xet
Community

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

  • Libraries
  • llama-cpp-python

    How to use thewimo/deidentification with llama-cpp-python:

    # !pip install llama-cpp-python
    
    from llama_cpp import Llama
    
    llm = Llama.from_pretrained(
    	repo_id="thewimo/deidentification",
    	filename="Hermes-3-Llama-3.1-8B.Q8_0.gguf",
    )
    
    llm.create_chat_completion(
    	messages = "No input example has been defined for this model task."
    )
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • llama.cpp

    How to use thewimo/deidentification with llama.cpp:

    Install from brew
    brew install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama-server -hf thewimo/deidentification:Q8_0
    # Run inference directly in the terminal:
    llama-cli -hf thewimo/deidentification:Q8_0
    Install from WinGet (Windows)
    winget install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama-server -hf thewimo/deidentification:Q8_0
    # Run inference directly in the terminal:
    llama-cli -hf thewimo/deidentification:Q8_0
    Use pre-built binary
    # Download pre-built binary from:
    # https://github.com/ggerganov/llama.cpp/releases
    # Start a local OpenAI-compatible server with a web UI:
    ./llama-server -hf thewimo/deidentification:Q8_0
    # Run inference directly in the terminal:
    ./llama-cli -hf thewimo/deidentification:Q8_0
    Build from source code
    git clone https://github.com/ggerganov/llama.cpp.git
    cd llama.cpp
    cmake -B build
    cmake --build build -j --target llama-server llama-cli
    # Start a local OpenAI-compatible server with a web UI:
    ./build/bin/llama-server -hf thewimo/deidentification:Q8_0
    # Run inference directly in the terminal:
    ./build/bin/llama-cli -hf thewimo/deidentification:Q8_0
    Use Docker
    docker model run hf.co/thewimo/deidentification:Q8_0
  • LM Studio
  • Jan
  • Ollama

    How to use thewimo/deidentification with Ollama:

    ollama run hf.co/thewimo/deidentification:Q8_0
  • Unsloth Studio new

    How to use thewimo/deidentification with Unsloth Studio:

    Install Unsloth Studio (macOS, Linux, WSL)
    curl -fsSL https://unsloth.ai/install.sh | sh
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for thewimo/deidentification to start chatting
    Install Unsloth Studio (Windows)
    irm https://unsloth.ai/install.ps1 | iex
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for thewimo/deidentification to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for thewimo/deidentification to start chatting
  • Docker Model Runner

    How to use thewimo/deidentification with Docker Model Runner:

    docker model run hf.co/thewimo/deidentification:Q8_0
  • Lemonade

    How to use thewimo/deidentification with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull thewimo/deidentification:Q8_0
    Run and chat with the model
    lemonade run user.deidentification-Q8_0
    List all available models
    lemonade list
deidentification
37.8 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
thewimo's picture
thewimo
Upload aidecor_backend_cpu-llm_inference_anonymization_api.tar
eab51f0 verified over 1 year ago
  • .gitattributes
    1.59 kB
    Upload Hermes-3-Llama-3.1-8B.Q8_0.gguf over 1 year ago
  • Hermes-3-Llama-3.1-8B.Q8_0.gguf
    8.54 GB
    xet
    Upload Hermes-3-Llama-3.1-8B.Q8_0.gguf over 1 year ago
  • SnomedCT_Germany-EditionRelease_PRODUCTION_20240515T120000Z.zip

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    543 MB
    xet
    Upload SnomedCT_Germany-EditionRelease_PRODUCTION_20240515T120000Z.zip over 1 year ago
  • aidecor_backend_cpu-llm_inference_anonymization_api.tar
    10.5 GB
    xet
    Upload aidecor_backend_cpu-llm_inference_anonymization_api.tar over 1 year ago
  • docker_images.zip

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    18.2 GB
    xet
    Upload docker_images.zip over 1 year ago