halilozturkci commited on
Commit
89ac994
1 Parent(s): 2ebef3b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.