RuterNorway commited on
Commit
d94931e
1 Parent(s): ad16451

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md CHANGED
@@ -1,3 +1,48 @@
1
  ---
 
 
 
2
  license: cc-by-4.0
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - no
4
+ - en
5
  license: cc-by-4.0
6
+ task_categories:
7
+ - translation
8
+ pretty_name: Fleurs-Alpaca-EN-NO
9
+ size_categories:
10
+ - 1k<n<5k
11
  ---
12
+
13
+ <p><h1>🦙 Alpaca Translate Norwegian 🦙</h1></p>
14
+
15
+ This dataset is based on [Fleurs](https://huggingface.co/datasets/google/fleurs) from Google. We matched the English sentences with Norwegian sentences and formatted it to an Alpaca-style dataset.
16
+
17
+ ## Dataset Structure
18
+ ```json
19
+ {
20
+ "instruction": "Oversett teksten fra engelsk til norsk",
21
+ "input": "English string",
22
+ "output": "Norwegian string"
23
+ }
24
+ ```
25
+
26
+ This dataset was created by [Ruter](https://ruter.no) during Ruter's AI Lab effort to fine-tune LLaMA-2 models for Norwegian.
27
+
28
+ ## License
29
+ Following the original dataset from Google, this dataset is released under the [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/) license.
30
+
31
+
32
+ <p><h1>🦙 Alpaca Translate Norsk 🦙</h1></p>
33
+
34
+ Dette datasettet er basert på [Fleurs](https://huggingface.co/datasets/google/fleurs) utgitt av Google. Vi har sammenstilt de engelske setningene med norske setninger og formatert det til et Alpaca-stil datasett.
35
+
36
+ ## Datasettstruktur
37
+ ```json
38
+ {
39
+ "instruction": "Oversett teksten fra engelsk til norsk",
40
+ "input": "English string",
41
+ "output": "Norwegian string"
42
+ }
43
+ ```
44
+
45
+ Datasettet ble laget av [Ruter](https://ruter.no) AI Lab under arbeidet med å finjustere LLaMA-2-modeller for norsk.
46
+
47
+ ## License
48
+ Vi følger det originale datasettet fra Google sin lisens, som er utgitt under en [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/).