IainRatherThanIan commited on
Commit
7b4c0b3
1 Parent(s): 6791a6f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -1,3 +1,20 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ task_categories:
3
+ - text-generation
4
+ language:
5
+ - en
6
+ tags:
7
+ - fine-tuning
8
+ - touch rugby
9
+ size_categories:
10
+ - n<1K
11
  ---
12
+ # Touch Rugby Rules Dataset (for embeddings)
13
+
14
+ train.csv is taken from the [International Touch Website](https://cdn.internationaltouch.org/public/FIT%205th%20Edition%20Rulebook.pdf)
15
+
16
+ test.csv is copy pasted from abbreviated rules on the [UK Touch website](https://www.englandtouch.org.uk/develop/coaching/the-rules/). Note that I'm bypassing the pdf to text stage.
17
+
18
+ All text is chunked to a length of 100 tokens with 50% overlap.
19
+
20
+ For educational and non-commercial use only.