LsTam commited on
Commit
e585c48
1 Parent(s): 93d3663

add small description

Browse files
Files changed (1) hide show
  1. README.md +13 -2
README.md CHANGED
@@ -14,6 +14,17 @@ dataset_info:
14
  download_size: 19612221
15
  dataset_size: 30938408
16
  ---
17
- # Dataset Card for "opus_instruction_format"
18
 
19
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  download_size: 19612221
15
  dataset_size: 30938408
16
  ---
 
17
 
18
+ # Dataset Description: opus_instruction_format
19
+
20
+ This dataset is a translation dataset from opus-en-fr data, in the same format as the Stanford Alpaca dataset. The dataset contains a set of instructions for translation tasks, which include the following two reformulations:
21
+ - "Traduire la ou les phrases suivantes en anglais" (Translate the following sentence(s) into English)
22
+ - "Traduce the following sentences in english".
23
+
24
+ The dataset consists of input sentences in either English or French and their corresponding translations in French or English.
25
+
26
+ The dataset includes a variety of sentence types, ranging from simple to complex sentences, and covers a wide range of topics.
27
+
28
+ The dataset consists of a total of 37413 number of examples.
29
+
30
+ This dataset will be used for training and evaluating LLM such as LLaMA or GPT type models. The goal is to improve it's capabilities to answer in french.