louisbrulenaudet commited on
Commit
aad5930
·
verified ·
1 Parent(s): 0dc2763

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -2
README.md CHANGED
@@ -87,13 +87,48 @@ dataset_info:
87
  dtype: 'null'
88
  splits:
89
  - name: train
90
- num_bytes: 432536720.0
91
  num_examples: 153983
92
  download_size: 185292857
93
- dataset_size: 432536720.0
94
  configs:
95
  - config_name: default
96
  data_files:
97
  - split: train
98
  path: data/train-*
 
 
 
 
 
 
 
 
 
 
99
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  dtype: 'null'
88
  splits:
89
  - name: train
90
+ num_bytes: 432536720
91
  num_examples: 153983
92
  download_size: 185292857
93
+ dataset_size: 432536720
94
  configs:
95
  - config_name: default
96
  data_files:
97
  - split: train
98
  path: data/train-*
99
+ license: apache-2.0
100
+ task_categories:
101
+ - text-generation
102
+ language:
103
+ - fr
104
+ tags:
105
+ - legal
106
+ - law
107
+ - droit
108
+ - fiscalité
109
  ---
110
+
111
+ <img src="assets/thumbnail.webp">
112
+
113
+ # Romulus, continued pre-trained models for French law.
114
+
115
+ Romulus is a series of continued pre-trained models enriched in French law and intended to serve as the basis for a fine-tuning process on labeled data. Please note that these models have not been aligned for the production of usable text as they stand, and will certainly need to be fine-tuned for the desired tasks in order to produce satisfactory results.
116
+
117
+ The training corpus is made up of around 34,864,949 tokens (calculated with the meta-llama/Meta-Llama-3.1-8B tokenizer).
118
+
119
+ ## Citing & Authors
120
+
121
+ If you use this code in your research, please use the following BibTeX entry.
122
+
123
+ ```BibTeX
124
+ @misc{louisbrulenaudet2024,
125
+ author = {Louis Brulé Naudet},
126
+ title = {Romulus, continued pre-trained models for French law},
127
+ year = {2024}
128
+ howpublished = {\url{https://huggingface.co/datasets/louisbrulenaudet/Romulus-cpt-fr}},
129
+ }
130
+ ```
131
+
132
+ ## Feedback
133
+
134
+ If you have any feedback, please reach out at [[email protected]](mailto:[email protected]).