Fix readme example, remove .DS_Store

This commit is contained in:
Daniel Corin
2023-05-02 08:53:15 -04:00
parent 3cdc0b1644
commit 3f90149ea7
2 changed files with 1 additions and 1 deletions
Vendored
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -31,7 +31,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("databricks/dolly-v2-12b")
tokenizer = AutoTokenizer.from_pretrained("databricks/dolly-v2-12b")
schema = {
json_schema = {
"type": "object",
"properties": {
"name": {"type": "string"},