From 57c3d2a7467d2871b6e54aab03aed3983201f82a Mon Sep 17 00:00:00 2001 From: "Andreas Koepf (aider)" Date: Fri, 24 Jan 2025 18:18:37 +0100 Subject: [PATCH] docs: Add division operator to BasicArithmeticDataset description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f2042ec..df242838 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The goal is to generate virtually infinite data with adjustable complexity. - `SimpleEquationsDataset`: Generate linear equations with one variable to solve (e.g. "3*x + 2 = 14") #### Arithmetic Tasks -- `BasicArithmeticDataset`: Generate arithmetic expressions with configurable complexity and operators (+, -, *) +- `BasicArithmeticDataset`: Generate arithmetic expressions with configurable complexity and operators (+, -, *, /) - `ChainSum`: Generate addition/subtraction chains with configurable length and digit counts - `FractionSimplificationDataset`: Generate fraction simplification tasks with configurable complexity - `GCDDataset`: Generate Greatest Common Divisor problems with configurable number of integers