Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,8 @@ tags:
|
|
6 |
model-index:
|
7 |
- name: vrx2/distilbert-base-uncased-finetuned-squad
|
8 |
results: []
|
|
|
|
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
@@ -25,15 +27,15 @@ It achieves the following results on the evaluation set:
|
|
25 |
|
26 |
## Model description
|
27 |
|
28 |
-
|
29 |
|
30 |
## Intended uses & limitations
|
31 |
|
32 |
-
|
33 |
|
34 |
## Training and evaluation data
|
35 |
|
36 |
-
|
37 |
|
38 |
## Training procedure
|
39 |
|
@@ -56,4 +58,4 @@ The following hyperparameters were used during training:
|
|
56 |
- Transformers 4.34.0
|
57 |
- TensorFlow 2.14.0
|
58 |
- Datasets 2.14.5
|
59 |
-
- Tokenizers 0.14.1
|
|
|
6 |
model-index:
|
7 |
- name: vrx2/distilbert-base-uncased-finetuned-squad
|
8 |
results: []
|
9 |
+
datasets:
|
10 |
+
- squad_v2
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
|
27 |
|
28 |
## Model description
|
29 |
|
30 |
+
just a bench test of my laptop's capabilities
|
31 |
|
32 |
## Intended uses & limitations
|
33 |
|
34 |
+
testing purposes
|
35 |
|
36 |
## Training and evaluation data
|
37 |
|
38 |
+
trained on squad v2
|
39 |
|
40 |
## Training procedure
|
41 |
|
|
|
58 |
- Transformers 4.34.0
|
59 |
- TensorFlow 2.14.0
|
60 |
- Datasets 2.14.5
|
61 |
+
- Tokenizers 0.14.1
|