PITTI commited on
Commit
f7b6f61
1 Parent(s): ccd9ddf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -1,3 +1,30 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-sa-4.0
3
+ language:
4
+ - fr
5
+ tags:
6
+ - legal
7
+ - finance
8
+ pretty_name: MicRou
9
+ size_categories:
10
+ - n<1K
11
+ ---
12
+ # MicRou
13
+ ## Introduction
14
+ The documents that constitute the dataset were gathered for a RAG project in memory of [Michel Rouger](https://www.pitti.io/articles/michel-rouger) : the documents were part of his personal archives and include his own work as well as work produced by other authors during projects he ran.
15
+
16
+ ## Datasets
17
+ The [MicRou repository](https://github.com/pappitti/MicRou) includes 2 datasets in French:
18
+
19
+ 1. microu
20
+
21
+ This dataset includes approximately 850 documents in French (books, articles, minutes of debates) produced between 1998 and 2020. It covers justice and law, finance and economics, management, healthcare, education, sports, history and geopolitics... Overall it represents between 1.5m and 2m tokens depending on the tokenizer you use.
22
+
23
+ In many cases, the documents stem from a larger source that was broken down as parts could be considered independently (e.g. different chapters of a book or different articles of a newsletter). It is nonetheless possible to recombine the entire source : within a "dossier", you can group by date and, within each group, order by index. Documents that do not come from a larger source have an index of 0 by default.
24
+
25
+ 2. microu-chunked
26
+
27
+ As part of the RAG projet, we used an embeddings model, [Solon](https://huggingface.co/OrdalieTech/Solon-embeddings-large-0.1), with a context window of 512 tokens so we had to split the MicRou dataset into chunks. This is the resulting dataset.
28
+
29
+ ## License (CC-BY-NC-SA-4.0)
30
+ The dataset is currently under restrictive license. We plan to convert it to an open license once we have finalized the review of the right holders. Some documents may be excluded following the review, but we also plan to add others over time.