jpgard commited on
Commit
7fab8a2
1 Parent(s): 738eb8a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ tokenizer = AutoTokenizer.from_pretrained("mlfoundations/tabula-8b")
27
  model = AutoModelForCausalLM.from_pretrained("mlfoundations/tabula-8b")
28
  ```
29
 
30
- For more information on how to prepare data and run inference, see the examples in [rtfm](https://github.com/mlfoundations/rtfm).
31
 
32
  # License and Terms of Use
33
 
 
27
  model = AutoModelForCausalLM.from_pretrained("mlfoundations/tabula-8b")
28
  ```
29
 
30
+ For more information on how to prepare data and run inference (including a demo notebook for performing inference on your data), see the examples in [rtfm](https://github.com/mlfoundations/rtfm).
31
 
32
  # License and Terms of Use
33