You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Пример базы знаний для RAG-like проекта который использует ManticoreSearch SNIPPETS CALL и выдачу из DuckDuckGo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Сохранение HTML страниц из интернета в Markdown через Firefox и Selenium
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Star Attention - Phase 1: Context Encoding (создано с помощью qwq:32b)
USER
Напиши код на python который бы реализовывал этот алгоритм:
Algorithm 1 Star Attention - Phase 1: Context Encoding
1:Context c, Block size b
2:L←length(c)
3:Split c into n=⌈L/b⌉ blocks, such that c=\[c1,c2,…,cn\] ▷ Each block has upto b tokens
4:for i=2 to n do
5: ci′←(c1,ci) ▷ Each block ci is prefixed with anchor block c1
Сравнение качества перевода через HuggingFaceH4/MATH-500 через utrobinmv/t5_translate_en_ru_zh_large_1024 и qwen2.5:32b
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"problem": "Convert the point $(0,3)$ in rectangular coordinates to polar coordinates. Enter your answer in the form $(r,\\theta),$ where $r > 0$ and $0 \\le \\theta < 2 \\pi.$", "solution": "We have that $r = \\sqrt{0^2 + 3^2} = 3.$ Also, if we draw the line connecting the origin and $(0,3),$ this line makes an angle of $\\frac{\\pi}{2}$ with the positive $x$-axis.\n\n[asy]\nunitsize(0.8 cm);\n\ndraw((-0.5,0)--(3.5,0));\ndraw((0,-0.5)--(0,3.5));\ndraw(arc((0,0),3,0,90),red,Arrow(6));\n\ndot((0,3), red);\nlabel(\"$(0,3)$\", (0,3), W);\ndot((3,0), red);\n[/asy]\n\nTherefore, the polar coordinates are $\\boxed{\\left( 3, \\frac{\\pi}{2} \\right)}.$", "answer": "\\left( 3, \\frac{\\pi}{2} \\right)", "subject": "Precalculus", "level": 2, "unique_id": "test/precalculus/807.json"}
{"problem": "Define\n\\[p = \\sum_{k = 1}^\\infty \\frac{1}{k^2} \\quad \\text{and} \\quad q = \\sum_{k = 1}^\\infty \\frac{1}{k^3}.\\]Find a way to write\n\\[\\sum_{j = 1}^\\infty \\sum_{k = 1}^\\infty \\frac{1}{(j + k)^3}\\]in terms
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Предварительные тесты модели GigaChat 20B-A3B обученной в режиме o1
Почему трава зелёная? (хлорофил)
<Thought> Хорошо, мне нужно объяснить почему трава зеленая. Во-первых, давайте разберемся с основными компонентами фотосинтеза и света. Фотосинтез - это процесс, при котором растения используют свет для преобразования углекислого газа в глюкозу, которая является основным источником энергии для растений. Растения поглощают солнечный свет через хлорофилл, который представляет собой зеленый пигмент, обнаруженный в их клетках. Хлорофиллы имеют тенденцию поглощать синий и красный спектры солнечного излучения более эффективно, чем другие цвета спектра. Однако они также отражают зеленые волны обратно к нашим глазам. Это означает, что мы видим траву как зеленую из-за ее способности отражать преимущественно зеленый цвет. Кроме того, я думаю о том, насколько важен этот аспект для выживания растений. Зеленый цвет помогает им маскироваться среди окружающей среды, а также служит сигналом другим животным или насекомым об источнике пищи. Более того, некоторые виды травы могут иметь р
Небольшой скрипт для транскрипции аудио через whisper.cpp с чанкингом по 60 секунд
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Пример использования DeepSeek-R1 8B запущенной через в ollama в режиме Structured Output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters