dbernsohn commited on
Commit
1c0c54b
·
1 Parent(s): 9044e73

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 translate SQL queries into plain english.
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"