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 |
# all-MiniLM-L12-v2-qa-en
|
|
@@ -92,4 +94,4 @@ The following hyperparameters were used during training:
|
|
| 92 |
- Sentence Transformers: 2.2.2
|
| 93 |
|
| 94 |
## Additional Information
|
| 95 |
-
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 |
+
language:
|
| 12 |
+
- en
|
| 13 |
---
|
| 14 |
|
| 15 |
# all-MiniLM-L12-v2-qa-en
|
|
|
|
| 94 |
- Sentence Transformers: 2.2.2
|
| 95 |
|
| 96 |
## Additional Information
|
| 97 |
+
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).
|