Instructions to use njt1980/JIRAHelper with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use njt1980/JIRAHelper with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("table-question-answering", model="njt1980/JIRAHelper")# Load model directly from transformers import AutoTokenizer, AutoModelForTableQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("njt1980/JIRAHelper") model = AutoModelForTableQuestionAnswering.from_pretrained("njt1980/JIRAHelper") - Notebooks
- Google Colab
- Kaggle
Model finetuned for 10 date columns
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 442774873
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d92be1b6ae75e6ca5c66192f367df5124aa24c4cc3d1c4e5b5299419b18af30e
|
| 3 |
size 442774873
|