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 ·
cbf8f9a
1
Parent(s): a3f9c23
Training in progress, step 3600
Browse files- model.safetensors +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:da63696ed5b9187833ce650a9c2f96fe57d85ce9a5b0cb41af68bfd1722c4222
|
| 3 |
size 802053752
|