Sigurdur commited on
Commit
5725f3e
·
verified ·
1 Parent(s): d43ab75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -20,4 +20,21 @@ configs:
20
  data_files:
21
  - split: train
22
  path: data/train-*
 
 
 
 
 
23
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  data_files:
21
  - split: train
22
  path: data/train-*
23
+ task_categories:
24
+ - question-answering
25
+ language:
26
+ - is
27
+ pretty_name: Hugi Korkar
28
  ---
29
+
30
+ # Hugi Korkar
31
+
32
+ All of the conversations from www.hugi.is, as of 18th of March 2024.
33
+
34
+ The data was scraped from https://www.hugi.is/forsida/korkar/,
35
+ it has not been cleaned and may contain conversations not for all audiences.
36
+
37
+ The purpose of this dataset is for conversation fine-tuning, and question answering.
38
+
39
+ Author: Sigurdur Haukur Birgisson
40
+