技术背景

很多厂商以次充好,用蒸馏版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. 【工具】navcat无限使用

    1.打开无限试用工具所在文件夹,打开navcat安装所在文件夹 2.将破解dll文件移动到navcat安装目录下 然后就去试用软件吧,如果软件试用到期了或者快要到期就运行这个脚本就行. 按道理来说这个 ...

  2. 【前端】【样式】CSS居中的三种方式

    @charset "utf-8"; /* CSS Document */ /** *开发者:萌狼蓝天 *当前版本:v0.1[Debug] *最后更新日期:20210918 **/ ...

  3. Qt/C++音视频开发75-获取本地有哪些摄像头名称/Qt内置函数方式

    一.前言 在需要打开本地摄像头的场景中,有个需求绕不开,那就是如何获取本地有哪些摄像头设备名称,这样可以提供下拉框给用户选择,不然你让用户去填设备名,你觉得用户会知道是啥,他会操作吗?就算你提供了详细 ...

  4. Qt编写地图综合应用12-路线查询

    一.前言 路线查询的功能只有在线地图才有,因为这个路线规划需要经常更新的,这个数据同步需要大量的人力物力去统计,所以这玩意必须放在服务器端,就算是类似于手机端一样的放在本地离线,也需要隔一段时间更新的 ...

  5. Ubuntu 20.04编译opencv-3.1.0时报错 error: 'CODEC_FLAG_GLOBAL_HEADER' was not declared in this scope

    Ubuntu 20.04源码编译安装opencv320 报错 error: 'CODEC_FLAG_GLOBAL_HEADER' was not declared in this scope的解决办法 ...

  6. UdpClient.BeginReceive(AsyncCallback, Object) 方法

    命名空间: System.Net.Sockets 程序集: System.Net.Sockets.dll 从远程主机异步接收数据报. public IAsyncResult BeginReceive ...

  7. OGC——WMS服务

    一.引言 一直用arcgis javascript的二次开发,经常使用它的一些服务WMS.WMTS.WFS.MapService等,并没有深入了解这些服务内部机制,直到最近学习了geoserver,由 ...

  8. JVM实战—8.如何分析jstat统计来定位GC

    大纲 1.使用jstat了解线上系统的JVM运行状况 2.使用jmap和jhat了解线上系统的对象分布 3.如何分析JVM运行状况并合理优化 4.使用jstat分析模拟的BI系统JVM运行情况 5.使 ...

  9. 架构-初识DDD

    引言 继上一篇BFF的文章后,我又去网上学习了一下DDD(领域驱动设计),发现一篇不错的文章,参考并写了一些自己的理解分享在这里. DDD 是什么 领域驱动设计(Domain Driven Desig ...

  10. CSP-2024 初赛游记

    啊. \(\texttt{day}\) \(-4000\) 到重庆( \(\texttt{day}\) $ -3999$ ~ \(-7\) 文化课.文化课.OI.OI.自习.自习.模拟.模拟.挂分.挂 ...