doc(README): clarify that the model is intended as a demonstration and testbed
Browse files
README.md
CHANGED
@@ -19,6 +19,8 @@ language:
|
|
19 |
|
20 |
This is a parameter-efficient fine-tuning (PEFT) LoRA adapter trained on a structured DSL for recurrence interpretation, such as natural language like "every Monday at 10am" or "on the last Friday of each month". It translates natural recurrence expressions into structured function calls using a custom DSL (e.g., `WEEKLY(...)`, `MONTHLY_BY_WEEKDAY(...)`).
|
21 |
|
|
|
|
|
22 |
- **Model type:** LoRA adapter (PEFT)
|
23 |
- **Language(s):** English
|
24 |
- **License:** MIT
|
|
|
19 |
|
20 |
This is a parameter-efficient fine-tuning (PEFT) LoRA adapter trained on a structured DSL for recurrence interpretation, such as natural language like "every Monday at 10am" or "on the last Friday of each month". It translates natural recurrence expressions into structured function calls using a custom DSL (e.g., `WEEKLY(...)`, `MONTHLY_BY_WEEKDAY(...)`).
|
21 |
|
22 |
+
This adapter is designed as a **demonstration and testbed** for structured recurrence parsing using the custom DSL.
|
23 |
+
|
24 |
- **Model type:** LoRA adapter (PEFT)
|
25 |
- **Language(s):** English
|
26 |
- **License:** MIT
|