link blog post
Browse files
README.md
CHANGED
|
@@ -31,6 +31,8 @@ language:
|
|
| 31 |
- en
|
| 32 |
size_categories:
|
| 33 |
- 100K<n<1M
|
|
|
|
|
|
|
| 34 |
---
|
| 35 |
|
| 36 |
|
|
@@ -94,6 +96,12 @@ The data fields are the same among all splits.
|
|
| 94 |
- `answer`: a `string` feature.
|
| 95 |
- `context`: a list feature containing `string` features.
|
| 96 |
|
| 97 |
-
### Licensing Information
|
| 98 |
|
| 99 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
- en
|
| 32 |
size_categories:
|
| 33 |
- 100K<n<1M
|
| 34 |
+
tags:
|
| 35 |
+
- lfqa
|
| 36 |
---
|
| 37 |
|
| 38 |
|
|
|
|
| 96 |
- `answer`: a `string` feature.
|
| 97 |
- `context`: a list feature containing `string` features.
|
| 98 |
|
|
|
|
| 99 |
|
| 100 |
+
## Blog Post
|
| 101 |
+
|
| 102 |
+
[Fine-Tuning a Pre-Trained LLM](https://stefanbschneider.github.io/blog/posts/llm-fine-tuning/)
|
| 103 |
+
|
| 104 |
+
|
| 105 |
+
## Licensing Information
|
| 106 |
+
|
| 107 |
+
This dataset is distributed under the MIT licence.
|