Search found 234 matches: tasks

Searched query: tasks

by Antonio Linares
Sat Feb 15, 2025 1:20 pm
Forum: latest AI news
Topic: Less is More
Replies: 0
Views: 135

Less is More

Researchers find you don’t need a ton of data to train LLMs for reasoning tasks

https://venturebeat.com/ai/researchers-find-you-dont-need-a-ton-of-data-to-train-llms-for-reasoning-tasks/

With merely 817 curated training samples, LIMO achieves 57.1% accuracy on AIME and 94.8% on MATH, improving ...
by Antonio Linares
Wed Feb 05, 2025 3:51 am
Forum: latest AI news
Topic: reproduced DeepSeek R1-Zero for < $30 !!!
Replies: 9
Views: 12275

Re: reproduced DeepSeek R1-Zero for < $30 !!!

... GRPOConfig, GRPOTrainer, get_peft_config, ModelConfig
import re, torch

# Load dataset from Hugging Face Hub
dataset_id = "Jiayi-Pan/Countdown-Tasks-3to4"
dataset = load_dataset(dataset_id, split="train")
# select a random subset of 50k samples
dataset = dataset.shuffle(seed=42).select(range ...
by Antonio Linares
Mon Feb 03, 2025 9:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: is this True ?
Replies: 7
Views: 13287

Re: is this True ?

Dear Jimmy,

A CPU is able to do lots of different tasks. You can think of a CPU as a "wild horse", so powerful and at the same time risky as it has a lot of energy and many different actions that can be performed.

The idea of building a virtual machine is to reduce all those possibilites into a ...
by TomH
Tue Jan 28, 2025 3:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: new Class TDeepSeek in next FWH 24.12
Replies: 16
Views: 35412

Re: new Class TDeepSeek in next FWH 24.12

... DeepSeek released its new AI models, Janus-Pro and JanusFlow, which demonstrated exceptional performance in multimodal understanding and generation tasks, even surpassing OpenAI's DALL-E 3 and Stable Diffusion in certain benchmark tests. The low cost and high performance of DeepSeek's models have ...
by Antonio Linares
Fri Jan 24, 2025 11:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4838

Re: Using new Class TDeepSeek for documenting

... GoRightMost(), GoFirstEditCol(), HandleEvent(), HandleGesture(), GesturePan(): A massive category of internal helper methods used for various tasks like calculations, drawing, size adjustments, event handling, and data manipulation. They are not typically called directly by users but are ...
by Otto
Mon Dec 30, 2024 4:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: PrinterInfo with Powershell
Replies: 3
Views: 606

Re: PrinterInfo with Powershell

Hello João,
I use ps1 files for many tasks, especially for installing servers, and have automated many tasks with them.
You need to create the directory. You could use c:\temp, for example.
Best regards,
Otto

c:\fwh\samples\psfiles\
by Antonio Linares
Wed Dec 18, 2024 10:55 pm
Forum: latest AI news
Topic: AI Agents
Replies: 1
Views: 581

AI Agents

... using actuators to achieve specific goals . They use various forms of artificial intelligence to process information, make decisions, and perform tasks.

Key Characteristics of AI Agents :

Autonomy : AI agents operate without human intervention, making decisions based on their programming and ...
by Antonio Linares
Thu Nov 28, 2024 9:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: reading DBF from node.js
Replies: 2
Views: 1166

Re: reading DBF from node.js

... and PHP-FPM mitigate this).
- **Performance**: While modern PHP versions (8.x) are faster, they may lag behind Node.js in handling asynchronous tasks and real-time applications.
- **Verbosity**: Some legacy PHP codebases can be less elegant compared to modern development paradigms.

---

### **2 ...
by TimStone
Wed Nov 13, 2024 1:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 10484

Re: cloud or not cloud

... for the clients I serve. That will certainly not be the right path for everyone. Many will benefit from the cloud. We all use it every day for some tasks.

I would suggest you study the needs of your clients, their internet capabilities, and what services they actually desire. Perhaps they should ...
by Otto
Sat Nov 09, 2024 10:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 10484

Re: cloud or not cloud

... are often the same person who manages both the infrastructure and develops the application.

Nevertheless, it is crucial to separate these tasks and view each role with its own responsibilities to implement a comprehensive security strategy.

I have spent the last few weeks focusing heavily ...
by Otto
Sat Aug 03, 2024 9:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to Code in HARBOURINO STYLE vs. React
Replies: 0
Views: 951

How to Code in HARBOURINO STYLE vs. React

... which can lead to some performance overhead.
Direct Output: The patcher approach can process code more efficiently because it handles specific tasks upfront rather than dynamically creating or modifying DOM elements at runtime.
User-Friendly Syntax:

Simplicity: The patcher approach offers a ...
by Otto
Mon Jul 29, 2024 9:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Advantages of a Patcher and Preprocessor over OOP
Replies: 1
Views: 560

Advantages of a Patcher and Preprocessor over OOP

... Code : Developers can maintain their usual workflows while benefiting from the advantages of your tool.

Faster Development Cycles :Automated Tasks: Automate recurring tasks like inserting headers or managing dependencies, speeding up the development process.

Templates and Macros : Simplify ...
by Antonio Linares
Fri Jul 19, 2024 3:24 pm
Forum: FiveWin para Harbour/xHarbour
Topic: la forma mas simple de construir desde vscode
Replies: 2
Views: 5225

Re: la forma mas simple de construir desde vscode

Is there a sample how to do the same with Borland C ?

Having a PRG opened from vcode, press Ctrl+Shift+B. You will be prompted for a tasks.json. Use this one:

tasks.json
{
"version": "2.0.0",
"tasks": [
{
"label": "build and run",
"type": "shell",
"command": "c:/fwh/samples/buildh.bat ...
by Otto
Wed Jun 26, 2024 8:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: DBF editors
Replies: 78
Views: 15089

Re: DBF editors

Dear Enrico,

Thanks again.
Your editor does exactly what I need in 97% of all cases.
The remaining 3% of tasks are usually very specific, requiring many settings options.

I don't think it would be economically justifiable to replicate all these functions.
Sometimes I just write a small program ...