dbernsohn commited on
Commit
13a3815
1 Parent(s): 5d85ba0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,6 +29,6 @@ tokenizer.decode(output[0])
29
  # Output: "SELECT Name FROM table WHERE Country = USA"
30
  ```
31
 
32
- The whole training process and hyperparameters are in my [GitHub repo](https://github.com/DorBernsohn/SQLM)
33
 
34
  > Created by [Dor Bernsohn](https://www.linkedin.com/in/dor-bernsohn-70b2b1146/)
29
  # Output: "SELECT Name FROM table WHERE Country = USA"
30
  ```
31
 
32
+ The whole training process and hyperparameters are in my [GitHub repo](https://github.com/DorBernsohn/CodeLM/tree/main/SQLM)
33
 
34
  > Created by [Dor Bernsohn](https://www.linkedin.com/in/dor-bernsohn-70b2b1146/)