cfahlgren1 HF staff commited on
Commit
6e38502
1 Parent(s): 57e0617

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -52,7 +52,7 @@ model = AutoModelForCausalLM.from_pretrained(
52
 
53
  ### **Generating Text**
54
 
55
- To generate text, use the following Python code:
56
 
57
  ```python
58
  messages=[
 
52
 
53
  ### **Generating Text**
54
 
55
+ To generate text, use the following Python code. [Here](https://gist.github.com/cfahlgren1/ba17f01cf688c4229686dc3dfb4d4549) is a full notebook with the SQL table prompt format to use.
56
 
57
  ```python
58
  messages=[