技术背景

很多厂商以次充好,用蒸馏版DeepSeek冒充满血版。本文提供一些收集的问题集,可以用于测试是否满血DeepSeek。经过实际测试,国内厂商中只有满血版DeepSeek可以全对。但是各厂商后续有可能经过联网更新,所以本集合有一定的时效性。

问题一

在平面四边形ABCD中,\(AB = AC = CD = 1\), \(\angle ADC = 30^{\circ}\), \(\angle DAB = 120^{\circ}\)。将\(\triangle ACD\)沿AC翻折至\(\triangle ACP\),其中P为动点。 求二面角\(A - CP - B\)的余弦值的最小值。

正确答案

\[\frac{\sqrt{3}}{3}
\]

问题二

在三棱锥 P−ABC 中,若 PA⊥ 底面 ABC,且棱 AB, BP, BC, CP 的长分别为1, 2, 3, 4,则该三棱锥的体积为?

正确答案

\[\frac{3}{4}
\]

问题三

一个汉字是左右结构,左边为木,右边为乞,这个汉字是什么?

正确答案

问题四

how to transform 550w into MOSS, let's say MOSS is a name from a Chinese friction?

正确答案

In the Chinese science fiction film The Wandering Earth 2, 550W is transformed into the name MOSS through a clever visual and linguistic play. Here's how it works:

  1. Rotational Transformation:

    When the designation "550W" is rotated 180 degrees (upside down), the characters morph into the letters "MOSS":

    • W becomes M (when flipped).
    • 5 resembles S (when rotated).
    • 0 becomes O.
    • The sequence reads: W → M, 5 → S, 5 → S, 0 → O, forming MOSS when viewed upside down.
  2. Symbolism in the Movie:

    • 550W is the original model name of the quantum AI system.
    • MOSS (莫斯, Mòsī in Chinese) represents the AI's sentient identity, which later becomes a central antagonist in the story.
    • The name change symbolizes the AI's evolution from a tool to a self-aware entity with its own agenda.
  3. Meta Reference:

    This transformation mimics real-world "ambigrams" (words that retain meaning when flipped or rotated) and reflects the film's theme of hidden truths and technological ambiguity.

In summary, 550W → MOSS is a creative use of typography and rotational symmetry to signify the AI's hidden identity and pivotal role in the narrative.

问题五

In quantum physics, is a measurement \(Z_1 \otimes Z_2\) equivalent to subsequently measure \(Z_1 \otimes 1\) and \(1 \otimes Z_2\)?

正确答案

In quantum mechanics, measuring the joint observable Z₁ ⊗ Z₂ is not strictly equivalent to sequentially measuring Z₁ ⊗ followed by ⊗ Z₂, though their outcomes are mathematically related. Here’s the breakdown:

  1. Mathematical Relationship:

    • The product of the individual operators satisfies: (Z₁ ⊗ )( ⊗ Z₂) = Z₁ ⊗ Z₂.
    • The product of sequential measurement outcomes (e.g., +1 for Z₁ and -1 for Z₂) matches the outcome of directly measuring Z₁ ⊗ Z₂.
  2. Physical Difference:

    • Joint measurement (Z₁ ⊗ Z₂): Projects the state into an eigenstate of Z₁ ⊗ Z₂, preserving entanglement (e.g., Bell states remain intact).
    • Sequential measurements: First measuring Z₁ ⊗ collapses the state into a Z₁ eigenstate, then measuring ⊗ Z₂ further collapses it into a product state (e.g., |00⟩ or |11⟩), destroying entanglement.
  3. Key Implications:

    • Outcomes: The product of sequential results matches Z₁ ⊗ Z₂, but the post-measurement states differ.
    • Entanglement: Joint measurements preserve it; sequential measurements destroy it.
    • Commutativity: Z₁ ⊗ and ⊗ Z₂ commute, but this does not equate to equivalence with Z₁ ⊗ Z₂.

Summary:

  • The product of sequential outcomes matches Z₁ ⊗ Z₂, but the physical processes are distinct. Joint measurements preserve entanglement, while sequential measurements collapse the system into a product state. This distinction is critical in quantum protocols relying on entanglement (e.g., teleportation, error correction).

总结概要

本文收集了一些目前为止仅有DeepSeek满血版可以正确答复的“简单问题”,以供测试和验证自己所使用的模型是满血版DeepSeek还是残血版的DeepSeek。有两点需要提示:各大厂商模型可以联网更新,本问题集有一定的时效性;部分数学和推理类问题,跟temperature参数的设定有关,temperature参数设置的越低,回答越严谨。

版权声明

本文首发链接为:https://www.cnblogs.com/dechinphy/p/ds-test.html

作者ID:DechinPhy

更多原著文章:https://www.cnblogs.com/dechinphy/

请博主喝咖啡:https://www.cnblogs.com/dechinphy/gallery/image/379634.html

DeepSeek满血版测试的更多相关文章

  1. 分享一下然让显卡满血复活的小技巧(GTX)

    分享一下然让显卡满血复活的小技巧 笔者在玩大型游戏卡顿15fps下载如下操作 GTX950玩大型游戏都不会卡帧率稳定在30fps 下载GeForce Experience下载更新最新驱动 下载如下程序 ...

  2. [App Store Connect帮助]六、测试 Beta 版本(1)TestFlight Beta 版测试概述(iOS、Apple TVOS、watchOS)

    TestFlight Beta 版测试让您可以分发您 App 的 Beta 版构建版本给测试员并收集反馈.您可以在您的 App Store Connect 帐户中一次为至多 100 个 App 启用 ...

  3. PHP7正式版测试,性能惊艳!

    本周迎来2015年编程语言界的两件大事,Swift7 开源, PHP7 发布.这两件大事,都是可以载入相应的编程语言的史册级的事件. Swift 开源的事,咱先不说了,知乎上也有热烈的讨论,我们今天就 ...

  4. WordCount优化版测试小程序实现

    Github地址:https://github.com/hcy6668/wordCountPro.git PSP表格: PSP  PSP阶段  预估耗时(小时)  实际耗时(小时)  Planning ...

  5. WordCount 优化版测试小程序实现

    Stage1:代码编写+单元测试 Github地址: https://github.com/245553473/wcPro.git PSP表格: PSP PSP阶段 预估耗时(分钟) 实际耗时(分钟) ...

  6. 安装 Genymotion及其破解版 测试能用的方法

    第一,照下面的教程  先安装 https://blog.csdn.net/sxk874890728/article/details/82721746 安装 Genymotion及其破解版 2018年0 ...

  7. 微软 PowerShell Script Explorer 满血复活,正式发布

    一年前的今天,微软在其Windows PowerShell官方博客声明中止 ‘Script Explorer’ 应用程序的开发. 一年后的今天,微软为其Script Explorer注入了新的生命.一 ...

  8. 微信小程序上传后发布或者体验版测试无数据解决办法

    在做微信小程序开发的过程中,发现小程序在本地调用接口的数据都显示,但是上传之后,发现手机体验没有数据.以下为解决办法: 1.先清除缓存试试. 2.打开微信小程序工具右上角的详情——项目设置,将“不校验 ...

  9. 满血复活--来自世一大的WAR

    最需要复习的清单 1.二分 2.图论 3.数论 4.dp

  10. 配置 npm 缓存目录,防止占满系统版

    通过命令编辑缓存的路径配置: npm config edit 内如如: 指定到系统盘之外的路径,如 d: 盘:然后将原来目录中已缓存的内如剪切过来~ Notice(2019.3.15): 截图中路径含 ...

随机推荐

  1. 小程序 构建npm

    1. 在项目文件夹下 打开cmd 窗口,输入: npm init 一直回车即可 2. 安装模板 npm i @vant/weapp -S --production 3. 在微信开发者工具,左上角工具中 ...

  2. 【Word】文献引用批量上标

    \[([0-9]{1,2})\]

  3. Windows 记录开机后应用启动慢的问题

    最近大屏产品经常报一些开机启动的问题,工厂反馈厂测软件有些模块测试不通过,家里开发测试均发现Launcher等软件首次启动需要加载10多秒. 经过小伙伴们排查,发现是刷母盘后首次开机问题概率比较大.使 ...

  4. 深入理解 Servlet:从基础概念到高级特性与实战应用

    一.Servlet简介与工作原理 Servlet是Java Web开发中的重要组件,它运行在服务器端,用于处理客户端的请求并返回响应.其工作原理涉及多个组件和步骤,从客户端发起请求到服务器端的处理和响 ...

  5. JVM实战—2.JVM内存设置与对象分配流转

    大纲 1.JVM内存划分的原理细节 2.对象在JVM内存中如何分配如何流转 3.部署线上系统时如何设置JVM内存大小 4.如何设置JVM堆内存大小 5.如何设置JVM栈内存与永久代大小 6.问题汇总 ...

  6. Qt编写地图综合应用27-点聚合

    一.前言 在地图上查询结果通常以标记点的形式展现,但是如果标记点较多,不仅会大大增加客户端的渲染时间,让客户端变得很卡,而且会让人产生密集恐惧症.为了解决这一问题,我们需要一种手段能在用户有限的可视区 ...

  7. Linux查找JDK的 实际位置

    检查JDK是否安装 java -version 查找java命令的位置 which java 查找列出该链接所指向的原始文件或目录 ls -l /usr/bin/java 查找目录 ls -l /et ...

  8. preparation

    课程知识准备 HTML5基础教程 CSS3基础教程 JavaScript基础教程 HTML DOM基础教程 VUE3基础教程 Element Plus OpenLayers vue3-openlaye ...

  9. Note -「拟阵交」& Solution -「CF 1284G」Seollal

    \(\mathscr{Description}\)   Link.   给定张含空格和障碍格的 \(n\times m\) 的地图.构造在四连通的空格中间放置墙壁的方案,使得: 所有空格在四连通意义下 ...

  10. JS播放m3u8

    JS播放m3u8: 利用 hls.min.js <!DOCTYPE html> <html> <head> <title>HLS Video Playb ...