技术背景

很多厂商以次充好,用蒸馏版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. GraphQL Part IV: 浏览器内的 IDE

    只是一个使用,这里不做介绍了.

  2. 【YashanDB知识库】Oracle pipelined函数在YashanDB中的改写

    本文内容来自YashanDB官网,原文内容请见 https://www.yashandb.com/newsinfo/7802940.html?templateId=1718516 [问题分类]功能使用 ...

  3. Qt/C++音视频开发49-多级连保存和推流设计(同时保存到多个文件/推流到多个平台)

    一.前言 近期遇到个用户需要多级联的保存和推流,在ffmpegsave多线程保存类中实现这个功能,越简单越好,就是在推流的同时,能够开启自动转储功能,一边推流的同时一边录像保存到本地视频文件.最初设想 ...

  4. 得物自研客服IM中收发聊天消息背后的技术逻辑和思考实现

    本文由得物技术WWQ分享,原题"客服发送一条消息背后的技术和思",本文有修订和改动. 1.引言 在企业IM客服场景中,客服发送一条消息的背后,需要考虑网络通信.前端展示.后端存储以 ...

  5. 【译】在分析器中使用 Meter Histogram(直方图)解锁见解

    您是否正在与应用程序中的性能瓶颈作斗争?不要再观望了!Visual Studio 2022 在其性能分析套件中引入了 Meter Histogram(直方图)功能,为您提供了前所未有的分析和可视化直方 ...

  6. ofd文件拆分合并思路探索 -- 附下载程序

      前言  ofd文件拆分合并会在多个场合用到,但市面上此类工具并不多.拆分和合并虽然为两个功能,但从编程角度考虑,其处理思路有相同之处.文章就以合并为例,讲一下处理思路.作者也写了一个拆分合并小工具 ...

  7. c# 远程调用 / Remoting IpcChannel sample

    . 远程调用 1. 创建一个远程的可序列化的类,这个类可以在远程调用中用于传输来去,似乎是个公共的类: using System; using System.Collections.Generic; ...

  8. biancheng-Spring Cloud教程

    目录http://c.biancheng.net/springcloud/ 1微服务是什么2Spring Cloud是什么3Spring Cloud Eureka4Spring Cloud Ribbo ...

  9. 算法题目分享:小美的01串翻转 | dp

    最近遇到一个算法题目,感觉挺有意思,分享一下.原题和参考题解放在最后的链接中了. 题目 题目描述 小美定义一个 01 串的权值为:每次操作选择一位取反,使得相邻字符都不相等的最小操作次数. 例如,&q ...

  10. 智算引领 AI启航,中国电信天翼云助推辽宁数智发展!

    近日,中国电信辽宁公司"智算引领 AI启航"新质生产力赋能辽宁新时代"六地"建设大会在沈阳圆满落幕.辽宁省工业和信息化厅,省国资委,省数据局,省农业农村厅,沈阳 ...