Instructions to use KienLe21/roberta_qa_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KienLe21/roberta_qa_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="KienLe21/roberta_qa_model")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("KienLe21/roberta_qa_model") model = AutoModelForQuestionAnswering.from_pretrained("KienLe21/roberta_qa_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 2000
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 265470032
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:68c5f6938aac6969aa52339b833cd5e6f09c492807ac134c1725ce0d98789d4d
|
| 3 |
size 265470032
|
runs/Feb20_02-59-55_1a01a1505a0c/events.out.tfevents.1740020397.1a01a1505a0c.351.1
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ec2674db137ac1fbd010326c3a294ac98f6ae8f74d2eec66c0750fc65f9b4fa
|
| 3 |
+
size 6359
|