Instructions to use StaAhmed/Model_QA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use StaAhmed/Model_QA with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="StaAhmed/Model_QA")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("StaAhmed/Model_QA") model = AutoModelForQuestionAnswering.from_pretrained("StaAhmed/Model_QA") - Notebooks
- Google Colab
- Kaggle
Training in progress epoch 0
Browse files- README.md +2 -2
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -15,7 +15,7 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [timpal0l/mdeberta-v3-base-squad2](https://huggingface.co/timpal0l/mdeberta-v3-base-squad2) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
-
- Train Loss: 2.
|
| 19 |
- Epoch: 0
|
| 20 |
|
| 21 |
## Model description
|
|
@@ -42,7 +42,7 @@ The following hyperparameters were used during training:
|
|
| 42 |
|
| 43 |
| Train Loss | Epoch |
|
| 44 |
|:----------:|:-----:|
|
| 45 |
-
| 2.
|
| 46 |
|
| 47 |
|
| 48 |
### Framework versions
|
|
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [timpal0l/mdeberta-v3-base-squad2](https://huggingface.co/timpal0l/mdeberta-v3-base-squad2) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Train Loss: 2.6107
|
| 19 |
- Epoch: 0
|
| 20 |
|
| 21 |
## Model description
|
|
|
|
| 42 |
|
| 43 |
| Train Loss | Epoch |
|
| 44 |
|:----------:|:-----:|
|
| 45 |
+
| 2.6107 | 0 |
|
| 46 |
|
| 47 |
|
| 48 |
### Framework versions
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1113165584
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:39350c9682d299178e833e9bfb065d73ba8de5f290ba94d9f7d8c88838e85c21
|
| 3 |
size 1113165584
|