am5uc commited on
Commit
8ed4a42
·
verified ·
1 Parent(s): 99a82ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -56,7 +56,7 @@ This model is designed for question answering over tabular data. It is mostly di
56
  number of records in varying categories.
57
 
58
  ```python
59
- saved_path = "/scratch/am5uc/models/cache/tapas_finetuned_base_model"
60
  tokenizer = TapasTokenizer.from_pretrained(saved_path)
61
  model = TapasForQuestionAnswering.from_pretrained(saved_path)
62
 
 
56
  number of records in varying categories.
57
 
58
  ```python
59
+ saved_path = "am5uc/ServiceNow_Table_Question_Answering"
60
  tokenizer = TapasTokenizer.from_pretrained(saved_path)
61
  model = TapasForQuestionAnswering.from_pretrained(saved_path)
62