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 ·
01d5679
1
Parent(s): 9fbd412
Training in progress, step 3000
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:893f242b9e90092822c8bb43fcacd2e2c5572d1228ee2b00e0f94ecbe54a35ab
|
| 3 |
size 802053752
|