New downloads of DeepSeek suspended in South Korea, data protection agency says (www.channelnewsasia.com)
from fne8w2ah@lemmy.world to technology@lemmy.world on 17 Feb 05:08
https://lemmy.world/post/25681972

#technology

threaded - newest

Deceptichum@quokk.au on 17 Feb 05:22 collapse

to;dr: It’s not Deepseek the model, it’s their app and its privacy policy.

BaroqueInMind@lemmy.one on 17 Feb 05:35 collapse

DeepSeek the self-hosted model is pretty decent even as distilled down to 8b, but I always ensure i get an abliterated version to remove all the Chinese censorship (and also built-in OpenAI censorship given the actual history of how the model was actually developed).

UndulyUnruly@lemmy.world on 17 Feb 05:48 next collapse

ensure i get an abliterated version

Could you expand on this re how, please and thank you.

BaroqueInMind@lemmy.one on 17 Feb 05:51 collapse

Sure. Here you go.

UndulyUnruly@lemmy.world on 17 Feb 05:57 next collapse

Much obliged!

hummingbird@lemmy.world on 17 Feb 09:16 collapse

Learned something new. Thank you!

BaroqueInMind@lemmy.one on 17 Feb 09:20 collapse

You can also run your own fancy front-end and host your own GPT website (locally).

pezhore@infosec.pub on 17 Feb 13:46 collapse

I’m doing that with docker compose in my homelab, it’s pretty neat!

services:
  ollama:
    volumes:
      - /etc/ollama-docker/ollama:/root/.ollama
    container_name: ollama
    pull_policy: always
    tty: true
    restart: unless-stopped
    image: ollama/ollama
    ports:
      - 11434:11434
    deploy:
      resources:
        reservations:
          devices:
            - driver: nvidia
              device_ids: ['0']
              capabilities:
                - gpu

  open-webui:
    build:
      context: .
      args:
        OLLAMA_BASE_URL: '/ollama'
      dockerfile: Dockerfile
    image: ghcr.io/open-webui/open-webui:main
    container_name: open-webui
    volumes:
      - /etc/ollama-docker/open-webui:/app/backend/data
    depends_on:
      - ollama
    ports:
      - 3000:8080
    environment:
      - 'OLLAMA_BASE_URL=http://ollama:11434/'
      - 'WEBUI_SECRET_KEY='
    extra_hosts:
      - host.docker.internal:host-gateway
    restart: unless-stopped

volumes:
  ollama: {}
  open-webui: {}
MajinBlayze@lemmy.world on 17 Feb 09:27 collapse

To be clear, that only removes (or attempts to remove) refusals; it doesn’t add in training data that it doesn’t have. Ask it about tiennemen square, for example.

BaroqueInMind@lemmy.one on 17 Feb 09:29 collapse

The abliterated model of DeepSeek can fully discuss Tiananmen Square. I’ve tried to even use the 4chan copy paste that allegedly gets Chinese chat users session dropped and the prompts work fine