Instructions to use yourComplete/HW3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yourComplete/HW3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("document-question-answering", model="yourComplete/HW3")# Load model directly from transformers import AutoProcessor, AutoModelForDocumentQuestionAnswering processor = AutoProcessor.from_pretrained("yourComplete/HW3") model = AutoModelForDocumentQuestionAnswering.from_pretrained("yourComplete/HW3") - Notebooks
- Google Colab
- Kaggle
Commit ·
f01cb0d
1
Parent(s): 4014151
Training in progress, step 400
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 802053752
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a05270f1f391af8bad060d20d8c6853b875315576c98940c41a73c85219e453
|
| 3 |
size 802053752
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4600
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dfbdbd37bbfa8495af6d1fcfb114f388043540d07dfee20a128f855364c1e73a
|
| 3 |
size 4600
|