Updated License
Browse files
README.md
CHANGED
@@ -1,16 +1,19 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
pipeline_tag: question-answering
|
4 |
tags:
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
datasets:
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
# all-MiniLM-L12-v2-qa-all
|
@@ -103,4 +106,4 @@ The following hyperparameters were used during training:
|
|
103 |
- Sentence Transformers: 2.2.2
|
104 |
|
105 |
## Additional Information
|
106 |
-
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: apache-2.0
|
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 |
+
- newsqa
|
12 |
+
- LLukas22/NLQuAD
|
13 |
+
- deepset/germanquad
|
14 |
+
language:
|
15 |
+
- en
|
16 |
+
- de
|
17 |
---
|
18 |
|
19 |
# all-MiniLM-L12-v2-qa-all
|
|
|
106 |
- Sentence Transformers: 2.2.2
|
107 |
|
108 |
## Additional Information
|
109 |
+
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).
|