Commit
路
f6fbd9b
1
Parent(s):
6368772
Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,10 @@ tags:
|
|
5 |
model-index:
|
6 |
- name: ZachBeesley/bert-finetuned-squad
|
7 |
results: []
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
@@ -19,7 +23,7 @@ It achieves the following results on the evaluation set:
|
|
19 |
|
20 |
## Model description
|
21 |
|
22 |
-
|
23 |
|
24 |
## Intended uses & limitations
|
25 |
|
@@ -49,4 +53,4 @@ The following hyperparameters were used during training:
|
|
49 |
- Transformers 4.30.2
|
50 |
- TensorFlow 2.12.0
|
51 |
- Datasets 2.13.1
|
52 |
-
- Tokenizers 0.13.3
|
|
|
5 |
model-index:
|
6 |
- name: ZachBeesley/bert-finetuned-squad
|
7 |
results: []
|
8 |
+
datasets:
|
9 |
+
- squad
|
10 |
+
language:
|
11 |
+
- en
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
|
23 |
|
24 |
## Model description
|
25 |
|
26 |
+
Question-answering model.
|
27 |
|
28 |
## Intended uses & limitations
|
29 |
|
|
|
53 |
- Transformers 4.30.2
|
54 |
- TensorFlow 2.12.0
|
55 |
- Datasets 2.13.1
|
56 |
+
- Tokenizers 0.13.3
|