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 ·
9fbd412
1
Parent(s): 31577dc
Training in progress, step 2800
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:5a6518c782702e9f863c79cf835bbfd8096babbf9dbe8dce627dde7e7381b27a
|
| 3 |
size 802053752
|