Update README.md
Browse files
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 |
|