Instructions to use truong1301/my_awesome_qa_model_vifactcheck with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use truong1301/my_awesome_qa_model_vifactcheck with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="truong1301/my_awesome_qa_model_vifactcheck")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("truong1301/my_awesome_qa_model_vifactcheck") model = AutoModelForQuestionAnswering.from_pretrained("truong1301/my_awesome_qa_model_vifactcheck") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- model.safetensors +1 -1
- tokenizer.json +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 1112905680
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48933bdaabed2160611f027962550164ee5aabd3370243bf92adc5ea981e753f
|
| 3 |
size 1112905680
|
tokenizer.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 16316390
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d72f43cffd0dfbeb58d31a9bf13be33ac1c0d7c6691e09b6238d711cf11b6610
|
| 3 |
size 16316390
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:864ca1855f69592a0669ba338dee07f297013f1beaeb701fdac9f7f1f102f45f
|
| 3 |
size 5304
|