בקשת מידע | AI אופליין
-
@The_Yonatan זה בדיוק הוויכוח, אבל הוכרע שקוואן הוא הטוב ביותר בקוד.
כמובן בגירסה המיועדת לקידוד שלו, בעוד ג'מאה 4 יותר טוב לשיחה כללית.
אם לקחת את הקוואן, מציע את 3.5 בכימות 4B זה אופטימיזציה מטורפת למשאבי מחשב.
אני מאוד אהבתי אותו.@המלאך הוא מוגבל? ואם כן אני מאמין שמישהוא כבר הסיר את ההגבלות. תוכל להעלות לי קישור כאן? סליחה שני משגע אותך...
-
@המלאך הוא מוגבל? ואם כן אני מאמין שמישהוא כבר הסיר את ההגבלות. תוכל להעלות לי קישור כאן? סליחה שני משגע אותך...
@The_Yonatan הוא לא מוגבל.
הוא קוד פתוח, זאת אומרת חינמי לחלוטין.
המודלים נמצאים בהאגינג פייס להורדה.
אם זה חסום לך אל תטרח לבקש שאני אעלה כי זה אסור לפי חוקי הפורום.
הנה הקישור להאגינג פייס לדף המודל: https://huggingface.co/continuum-ai/qwen3.5-4b-code-forged-GGUF
והנה הקישור הישיר להורדה מהאגינג פייס: https://huggingface.co/continuum-ai/qwen3.5-4b-code-forged-GGUF/resolve/main/qwen3.5-4b-code-forged-Q4_K_M.gguf
רק להבאיר זה לא עקיפה של חוקי הפורום, (אני אומר את זה כי אני משער שכמה שלא מבינים בזה יקפצו עלי)
כמובן שצריך LM סטודיו בשביל ההרצה.
בהצלחה! -
@The_Yonatan הוא לא מוגבל.
הוא קוד פתוח, זאת אומרת חינמי לחלוטין.
המודלים נמצאים בהאגינג פייס להורדה.
אם זה חסום לך אל תטרח לבקש שאני אעלה כי זה אסור לפי חוקי הפורום.
הנה הקישור להאגינג פייס לדף המודל: https://huggingface.co/continuum-ai/qwen3.5-4b-code-forged-GGUF
והנה הקישור הישיר להורדה מהאגינג פייס: https://huggingface.co/continuum-ai/qwen3.5-4b-code-forged-GGUF/resolve/main/qwen3.5-4b-code-forged-Q4_K_M.gguf
רק להבאיר זה לא עקיפה של חוקי הפורום, (אני אומר את זה כי אני משער שכמה שלא מבינים בזה יקפצו עלי)
כמובן שצריך LM סטודיו בשביל ההרצה.
בהצלחה!@המלאך תודה רבה רבה!
-
@The_Yonatan אולמה?
אולמה זה לא מודל, זה שכבת הרצה פנימית שכל השכבות הרצה מסתמכות עליה, (LMסטודיו וכו')@המלאך כתב בבקשת מידע | AI אופליין:
אולמה זה לא מודל, זה שכבת הרצה פנימית שכל השכבות הרצה מסתמכות עליה, (LMסטודיו וכו')
ollama - זו עוד תוכנה כמו LM סטודיו, JAN וכד'.
זה לא שכבת הרצה בסיסית לעוד תוכנות.
(ככל הידוע לי.)
ובפשטות, שלושתם יושבים על llama.cpp. -
@המלאך כתב בבקשת מידע | AI אופליין:
אולמה זה לא מודל, זה שכבת הרצה פנימית שכל השכבות הרצה מסתמכות עליה, (LMסטודיו וכו')
ollama - זו עוד תוכנה כמו LM סטודיו, JAN וכד'.
זה לא שכבת הרצה בסיסית לעוד תוכנות.
(ככל הידוע לי.)
ובפשטות, שלושתם יושבים על llama.cpp.@חובבן-מקצועי צודק.
טעות שלי, התכוונתי לליאמה.
בכל מקרה היסוד וודאי נכון.. -
@א.מ.ד. נתתי ל-gemma-4-26b את הפרומפט שכתבת - זו התוצאה
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Modern Glass Calculator</title> <style> :root { --bg-gradient: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); --calc-bg: rgba(255, 255, 255, 0.05); --btn-bg: rgba(255, 255, 255, 0.1); --btn-hover: rgba(255, 255, 255, 0.2); --accent-color: #4ecca3; --text-color: #ffffff; --op-color: #ff9f0a; --del-color: #ff3b30; } * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; } body { height: 100vh; display: flex; justify-content: center; align-items: center; background: var(--bg-gradient); overflow: hidden; } .calculator { background: var(--calc-bg); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); border: 1px solid rgba(255, 255, 255, 0.1); padding: 25px; border-radius: 30px; box width: 340px; box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5); } #display { width: 100%; height: 80px; background: transparent; border: none; outline: none; text-align: right; color: var(--text-color); font-size: 2.5rem; margin-bottom: 20px; padding: 10px; word-wrap: break-word; word-break: break-all; } .buttons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; } button { height: 65px; width: 65px; border-radius: 50%; border: none; background: var(--btn-bg); color: var(--text-color); font-size: 1.4rem; font-weight: 500; cursor: pointer; transition: all 0.2s ease; display: flex; justify-content: center; align-items: center; } button:hover { background: var(--btn-hover); transform: translateY(-2px); } button:active { transform: translateY(0px); } .operator { color: var(--op-color); font-size: 1.8rem; } .special { color: var(--del-color); } .equals { background: var(--accent-color); color: #1a1a2e; grid-column: span 2; width: 100%; border-radius: 35px; } .equals:hover { background: #45b691; } /* Zero button styling to fit the grid */ .zero { grid-column: span 2; width: 100%; border-radius: 35px; justify-content: flex-start; padding-left: 25px; } </style> </head> <body> <div class="calculator"> <input type="text" id="display" disabled value="0"> <div class="buttons"> <!-- Row 1 --> <button class="special" onclick="clearDisplay()">C</button> <button class="special" onclick="deleteLast()">DEL</button> <button class="operator" onclick="appendChar('%')">%</button> <button class="operator" id="divBtn" onclick="appendChar('/')">/</button> <!-- Row 2 --> <button onclick="appendChar('7')">7</button> <button onclick="appendChar('8')">8</button> <button onclick="appendChar('9')">9</button> <button class="operator" onclick="appendChar('*')">×</button> <!-- Row 3 --> <button onclick="appendChar('4')">4</button> <button onclick="appendChar('5')">5</button> <button onclick="appendChar('6')">6</button> <button class="operator" onclick="appendChar('-')">−</button> <!-- Row 4 --> <button onclick="appendChar('1')">1</button> <button onclick="appendChar('2')">2</button> <button onclick="appendChar('3')">3</button> <button class="operator" onclick="appendChar('+')">+</button> <!-- Row 5 --> <button class="zero" onclick="appendChar('0')">0</button> <button onclick="appendChar('.')">.</button> <button class="equals" onclick="calculate()">=</button> </div> </div> <script> const display = document.getElementById('display'); const divBtn = document.getElementById('divBtn'); let currentInput = '0'; // Standard Append Function function appendChar(char) { if (currentInput === '0' && char !== '.') { currentInput = char; } else { currentInput += char; } updateDisplay(); } // Clear Display function clearDisplay() { currentInput = '0'; updateDisplay(); } // Delete Last Character function deleteLast() { if (currentInput.length > 1) { currentInput = currentInput.slice(0, -1); } else { currentInput = '0'; } updateDisplay(); } // Calculation Logic function calculate() { try { // Replace percentage symbol for calculation compatibility let expression = currentInput.replace('%', '/100'); const result = eval(expression); currentInput = result.toString(); updateDisplay(); } catch (error) { currentInput = "Error"; updateDisplay(); setTimeout(clearDisplay, 1500); } } function updateDisplay() { display.value = currentInput; } // --- THE HIDDEN FUNCTION --- // Double click on the division key reveals today's date divBtn.addEventListener('dblclick', () => { const date = new Date(); const options = { year: 'numeric', month: 'short', day: 'numeric' }; currentInput = date.toLocaleDateString(undefined, options); updateDisplay(); }); </script> </body> </html>זה תהליך החשיבה-
Goal: Create a fully functional HTML calculator. Design Requirements: Beautiful, up-to-date (modern), rounded corners. Functional Requirement 1: Standard calculator operations (+, -, *, /, =, etc.). Functional Requirement 2 (Easter Egg): Double-clicking the division key (/) must display today's date in the result line. Layout Requirement: Standard calculator button order (grid layout). HTML5 for structure. CSS3 for styling (Flexbox/Grid, glassmorphism or neumorphism/modern flat design, transitions, rounded corners). JavaScript for logic and the specific event listener for double-click. Container (.calculator). Display area (#display). Buttons container (.buttons). Buttons: C (Clear), Del (Delete), %, /, 7, 8, 9, *, 4, 5, 6, -, 1, 2, 3, +, 0, ., =. Use a dark/modern theme (e.g., deep grey/black background with colorful accents). border-radius for everything. Box shadows for depth (Neumorphism or simple Material design style). Responsive layout using display: grid. Hover effects on buttons. State management: A string to hold the current input/expression. Functions: appendNumber, clearDisplay, deleteLast, calculate. Special Function: Add an event listener for 'dblclick' on the division button. Use new Date().toLocaleDateString() to get the date. HTML Structure: <div class="calculator"> <input type="text" id="display" disabled> <div class="buttons"> <!-- Buttons here --> </div> </div> CSS Styling (Modern/Glassmorphism style): Background: Gradient. Calculator Body: Semi-transparent background, backdrop-filter blur. Buttons: Rounded, hover effects, distinct colors for operators. JavaScript Logic: eval() is the simplest way to handle a string expression, though I should be careful (in a real app, it's risky, but for a single-file calculator demo, it's standard). Handling the double-click: divisionBtn.addEventListener('dblclick', () => { const today = new Date().toLocaleDateString(); document.getElementById('display').value = today; }); Does it work? Yes. Is the design modern? Yes (using CSS Grid and a nice dark theme). Are corners rounded? Yes. Is the double-click function present? Yes. Is the button order correct? Standard 4x5 grid. (This matches the provided good response).וזה הערות שהוא הוסיף-
Key Features of this implementation: Modern Design: Uses Glassmorphism: A semi-transparent background with backdrop-filter: blur to create a frosted glass effect. Smooth Animations: Buttons slightly lift up when hovered and depress when clicked. Color Palette: Deep navy/charcoal background with high-contrast accent colors (Mint green for =, Orange for operators, Red for delete). The Hidden Function: I attached an event listener specifically for dblclick on the division (/) button. When double-clicked, it uses the JavaScript Date object to format today's date and injects it into the display. Standard Layout: The buttons follow a standard 4x5 grid (Numbers, Operators, Clear/Delete). The "0" button is widened for better ergonomics, just like a real physical calculator. Robust Logic: Handles basic arithmetic including percentages (e.g., 50% becomes 0.5). Includes error handling so that if you type an invalid equation (like ++), it displays "Error" and resets.די מרשים, לא?
@בנימין-מחשבים כתב בבקשת מידע | AI אופליין:
@א.מ.ד. נתתי ל-gemma-4-26b את הפרומפט שכתבת - זו התוצאה
אני חושב ששל ה-QWEN יותר טוב. לדוגמא בשלך אפשר לשים יותר מנקודה אחת במספר.
@המלאך כתב בבקשת מידע | AI אופליין:
@א.מ.ד. ביקשת ממנו כבר?
מה הוא הביא לך?הוא קצת קלקל הפעם...
@The_Yonatan כתב בבקשת מידע | AI אופליין:
@המלאך הם עובדים אופליין? יש להם הגבלות? ואם הם עובדים אופליין, משמע שאפשר לשנות את ההגבלות ובכללי, את הקוד. כרצוננו.
לשנות את משקלי המודל? אפשרי אבל זו עבודת נמלים. לדוגמא במודל קטן כמו QWEN הנ"ל יש לך 4,000,000,000 משקלים...
@המלאך כתב בבקשת מידע | AI אופליין:
@The_Yonatan המודלים האלה זה מודלי קוד פתוח.
יותר נכון משקלים פתוחים. קוד פתוח זה אומר שגם נתוני האימון ותיעוד כל תהליך האימון שוחררו בקוד פתוח.
@המלאך כתב בבקשת מידע | AI אופליין:
מציע את 3.5 בכימות 4B
שים לב שלא יתבלבלו - 4B הכוונה לפרמטרים, אתה מתכוון לכימות של Q4 ביט.
-
@בנימין-מחשבים כתב בבקשת מידע | AI אופליין:
@א.מ.ד. נתתי ל-gemma-4-26b את הפרומפט שכתבת - זו התוצאה
אני חושב ששל ה-QWEN יותר טוב. לדוגמא בשלך אפשר לשים יותר מנקודה אחת במספר.
@המלאך כתב בבקשת מידע | AI אופליין:
@א.מ.ד. ביקשת ממנו כבר?
מה הוא הביא לך?הוא קצת קלקל הפעם...
@The_Yonatan כתב בבקשת מידע | AI אופליין:
@המלאך הם עובדים אופליין? יש להם הגבלות? ואם הם עובדים אופליין, משמע שאפשר לשנות את ההגבלות ובכללי, את הקוד. כרצוננו.
לשנות את משקלי המודל? אפשרי אבל זו עבודת נמלים. לדוגמא במודל קטן כמו QWEN הנ"ל יש לך 4,000,000,000 משקלים...
@המלאך כתב בבקשת מידע | AI אופליין:
@The_Yonatan המודלים האלה זה מודלי קוד פתוח.
יותר נכון משקלים פתוחים. קוד פתוח זה אומר שגם נתוני האימון ותיעוד כל תהליך האימון שוחררו בקוד פתוח.
@המלאך כתב בבקשת מידע | AI אופליין:
מציע את 3.5 בכימות 4B
שים לב שלא יתבלבלו - 4B הכוונה לפרמטרים, אתה מתכוון לכימות של Q4 ביט.
@א.מ.ד. כתב בבקשת מידע | AI אופליין:
הוא קצת קלקל הפעם...
אופס.
עזוב אל תביא..
@א.מ.ד. כתב בבקשת מידע | AI אופליין:
יותר נכון משקלים פתוחים. קוד פתוח זה אומר שגם נתוני האימון ותיעוד כל תהליך האימון שוחררו בקוד פתוח.
כמובן.
@א.מ.ד. כתב בבקשת מידע | AI אופליין:
שים לב שלא יתבלבלו - 4B הכוונה לפרמטרים, אתה מתכוון לכימות של Q4 ביט.
צודק.
אבל אולי פשוט תוציא כבר את המדריך במקום שאני יענה תשובות כל יומיים לאשכול חדש?

-
@א.מ.ד. כתב בבקשת מידע | AI אופליין:
הוא קצת קלקל הפעם...
אופס.
עזוב אל תביא..
@א.מ.ד. כתב בבקשת מידע | AI אופליין:
יותר נכון משקלים פתוחים. קוד פתוח זה אומר שגם נתוני האימון ותיעוד כל תהליך האימון שוחררו בקוד פתוח.
כמובן.
@א.מ.ד. כתב בבקשת מידע | AI אופליין:
שים לב שלא יתבלבלו - 4B הכוונה לפרמטרים, אתה מתכוון לכימות של Q4 ביט.
צודק.
אבל אולי פשוט תוציא כבר את המדריך במקום שאני יענה תשובות כל יומיים לאשכול חדש?

-
@המלאך כתב בבקשת מידע | AI אופליין:
אבל אולי פשוט תוציא כבר את המדריך במקום שאני יענה תשובות כל יומיים לאשכול חדש?
כן זה כבר ממש מרגיז, בפרט שזה פותח כל פעם ויכוח חדש בינינו...
-
@א.מ.ד. כתב בבקשת מידע | AI אופליין:
הוא קצת קלקל הפעם...
אופס.
עזוב אל תביא..
@א.מ.ד. כתב בבקשת מידע | AI אופליין:
יותר נכון משקלים פתוחים. קוד פתוח זה אומר שגם נתוני האימון ותיעוד כל תהליך האימון שוחררו בקוד פתוח.
כמובן.
@א.מ.ד. כתב בבקשת מידע | AI אופליין:
שים לב שלא יתבלבלו - 4B הכוונה לפרמטרים, אתה מתכוון לכימות של Q4 ביט.
צודק.
אבל אולי פשוט תוציא כבר את המדריך במקום שאני יענה תשובות כל יומיים לאשכול חדש?

@המלאך כתב בבקשת מידע | AI אופליין:
אבל אולי פשוט תוציא כבר את המדריך במקום שאני יענה תשובות כל יומיים לאשכול חדש?
כן, בזמן האחרון באמת יש על זה 'התעוררות' (על כל הנושא של מודלי שפה אופליין). דבר חיובי לדעתי..
יש גבול להצבעות בעד משתמש מסויים ביום..