juanfra218 commited on
Commit
1f24039
·
verified ·
1 Parent(s): 998a2d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -62,7 +62,7 @@ import torch
62
  from transformers import AutoTokenizer, T5ForConditionalGeneration
63
 
64
  # Load the tokenizer and model
65
- model_path = 'text2sql_model_path'
66
  tokenizer = AutoTokenizer.from_pretrained(model_path)
67
  model = T5ForConditionalGeneration.from_pretrained(model_path)
68
 
 
62
  from transformers import AutoTokenizer, T5ForConditionalGeneration
63
 
64
  # Load the tokenizer and model
65
+ model_path = 'juanfra218/text2sql'
66
  tokenizer = AutoTokenizer.from_pretrained(model_path)
67
  model = T5ForConditionalGeneration.from_pretrained(model_path)
68