3 projects
easy-transformers-finetune
A simple library for fine-tuning transformer models for various NLP tasks.
markdown-table-formatter
A tool to format Markdown tables by aligning columns.
equation-solver-pro
This Python script is designed to solve simple linear equations with one unknown variable (denoted as `x`). The equation can involve addition, subtraction, multiplication, or division. The script handles equations in various formats, such as `x + a = b`, `a - x = b`, `x * a = b`, and others, and calculates the value of `x` accordingly.