Updated License
Browse files
README.md
CHANGED
@@ -1,13 +1,15 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
pipeline_tag: question-answering
|
4 |
tags:
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
datasets:
|
9 |
-
|
10 |
-
|
|
|
|
|
11 |
---
|
12 |
|
13 |
# deberta-v3-base-qa-en
|
@@ -84,4 +86,4 @@ The following hyperparameters were used during training:
|
|
84 |
- Sentence Transformers: 2.2.2
|
85 |
|
86 |
## Additional Information
|
87 |
-
This model was trained as part of my Master's Thesis **'Evaluation of transformer based language models for use in service information systems'**. The source code is available on [Github](https://github.com/LLukas22/Retrieval-Augmented-QA).
|
|
|
1 |
---
|
2 |
+
license: mit
|
3 |
pipeline_tag: question-answering
|
4 |
tags:
|
5 |
+
- question-answering
|
6 |
+
- transformers
|
7 |
+
- generated_from_trainer
|
8 |
datasets:
|
9 |
+
- squad_v2
|
10 |
+
- LLukas22/nq-simplified
|
11 |
+
language:
|
12 |
+
- en
|
13 |
---
|
14 |
|
15 |
# deberta-v3-base-qa-en
|
|
|
86 |
- Sentence Transformers: 2.2.2
|
87 |
|
88 |
## Additional Information
|
89 |
+
This model was trained as part of my Master's Thesis **'Evaluation of transformer based language models for use in service information systems'**. The source code is available on [Github](https://github.com/LLukas22/Retrieval-Augmented-QA).
|