Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ tokenizer = AutoTokenizer.from_pretrained("dbernsohn/algebra_linear_1d")
|
|
| 15 |
model = AutoModelWithLMHead.from_pretrained("dbernsohn/algebra_linear_1d")
|
| 16 |
```
|
| 17 |
|
| 18 |
-
You can then use this model to
|
| 19 |
|
| 20 |
```python
|
| 21 |
query = "Solve 0 = 1026*x - 2474 + 46592 for x"
|
|
|
|
| 15 |
model = AutoModelWithLMHead.from_pretrained("dbernsohn/algebra_linear_1d")
|
| 16 |
```
|
| 17 |
|
| 18 |
+
You can then use this model to solve algebra 1d equations into numbers.
|
| 19 |
|
| 20 |
```python
|
| 21 |
query = "Solve 0 = 1026*x - 2474 + 46592 for x"
|