stefanbschneider commited on
Commit
ad6fc16
·
verified ·
1 Parent(s): 95bd27f

link blog post

Browse files
Files changed (1) hide show
  1. README.md +10 -2
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
- This dataset is distributed under the MIT licence.
 
 
 
 
 
 
 
 
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.