Instructions to use ronit01/my_awesome_qa_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ronit01/my_awesome_qa_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="ronit01/my_awesome_qa_model")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("ronit01/my_awesome_qa_model") model = AutoModelForQuestionAnswering.from_pretrained("ronit01/my_awesome_qa_model") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files- README.md +5 -5
- config.json +1 -1
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
-
- Loss: 0.
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
|
@@ -46,14 +46,14 @@ The following hyperparameters were used during training:
|
|
| 46 |
|
| 47 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 48 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 49 |
-
| No log | 1.0 | 26 |
|
| 50 |
-
| No log | 2.0 | 52 | 0.
|
| 51 |
-
| No log | 3.0 | 78 | 0.
|
| 52 |
|
| 53 |
|
| 54 |
### Framework versions
|
| 55 |
|
| 56 |
-
- Transformers 4.32.
|
| 57 |
- Pytorch 2.0.1+cu118
|
| 58 |
- Datasets 2.14.4
|
| 59 |
- Tokenizers 0.13.3
|
|
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Loss: 0.4090
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
|
|
|
| 46 |
|
| 47 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 48 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 49 |
+
| No log | 1.0 | 26 | 1.5204 |
|
| 50 |
+
| No log | 2.0 | 52 | 0.5356 |
|
| 51 |
+
| No log | 3.0 | 78 | 0.4090 |
|
| 52 |
|
| 53 |
|
| 54 |
### Framework versions
|
| 55 |
|
| 56 |
+
- Transformers 4.32.1
|
| 57 |
- Pytorch 2.0.1+cu118
|
| 58 |
- Datasets 2.14.4
|
| 59 |
- Tokenizers 0.13.3
|
config.json
CHANGED
|
@@ -19,6 +19,6 @@
|
|
| 19 |
"sinusoidal_pos_embds": false,
|
| 20 |
"tie_weights_": true,
|
| 21 |
"torch_dtype": "float32",
|
| 22 |
-
"transformers_version": "4.32.
|
| 23 |
"vocab_size": 30522
|
| 24 |
}
|
|
|
|
| 19 |
"sinusoidal_pos_embds": false,
|
| 20 |
"tie_weights_": true,
|
| 21 |
"torch_dtype": "float32",
|
| 22 |
+
"transformers_version": "4.32.1",
|
| 23 |
"vocab_size": 30522
|
| 24 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 265491109
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2fd52a3871b8ca248ea5fa10b8651d35505bc05bc321a71f35ae9f163c5150f
|
| 3 |
size 265491109
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f03e4ccedb9e1c20a254eacd670720141da28f98149d1e0fecac400e3ecd03f4
|
| 3 |
size 4027
|