joelniklaus commited on
Commit
0079ee1
1 Parent(s): 73a3d5d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -52,15 +52,15 @@ This dataset consists of summaries of leading Swiss Supreme Court decisions. The
52
 
53
  The dataset can be used for various natural language processing tasks such as multilingual text alignment, machine translation, and legal text analysis.
54
 
55
- - **Curated by:** [More Information Needed]
56
- - **Funded by [optional]:** [More Information Needed]
57
- - **Shared by [optional]:** [More Information Needed]
58
  - **Language(s) (NLP):** German (de), French (fr), Italian (it)
59
  - **License:** [More Information Needed]
60
 
61
  ### Dataset Sources [optional]
62
 
63
- - **Repository:** [More Information Needed]
64
  - **Paper [optional]:** [More Information Needed]
65
  - **Demo [optional]:** [More Information Needed]
66
 
@@ -122,9 +122,9 @@ The dataset is structured into three levels:
122
  from datasets import load_dataset
123
 
124
  # Load the datasets for each level
125
- bge_dataset = load_dataset('swiss_resume_translations.py', name='bge_level', trust_remote_code=True)
126
- regeste_dataset = load_dataset('swiss_resume_translations.py', name='regeste_level', trust_remote_code=True)
127
- text_dataset = load_dataset('swiss_resume_translations.py', name='text_level', trust_remote_code=True)
128
 
129
  # Print datasets for inspection
130
  print(bge_dataset, regeste_dataset, text_dataset)
@@ -189,4 +189,4 @@ Joel Niklaus
189
 
190
  ## Dataset Card Contact
191
 
192
- [Joel Niklaus](mailto:[email protected])
 
52
 
53
  The dataset can be used for various natural language processing tasks such as multilingual text alignment, machine translation, and legal text analysis.
54
 
55
+ - **Curated by:** Joel Niklaus
56
+ - **Funded by [optional]:** Swiss Federal Supreme Court
57
+ - **Shared by [optional]:** Joel Niklaus
58
  - **Language(s) (NLP):** German (de), French (fr), Italian (it)
59
  - **License:** [More Information Needed]
60
 
61
  ### Dataset Sources [optional]
62
 
63
+ - **Repository:** https://github.com/JoelNiklaus/SwissLegalTranslations
64
  - **Paper [optional]:** [More Information Needed]
65
  - **Demo [optional]:** [More Information Needed]
66
 
 
122
  from datasets import load_dataset
123
 
124
  # Load the datasets for each level
125
+ bge_dataset = load_dataset('joelniklaus/SwissResumeTranslations', name='bge_level', trust_remote_code=True)
126
+ regeste_dataset = load_dataset('joelniklaus/SwissResumeTranslations', name='regeste_level', trust_remote_code=True)
127
+ text_dataset = load_dataset('joelniklaus/SwissResumeTranslations', name='text_level', trust_remote_code=True)
128
 
129
  # Print datasets for inspection
130
  print(bge_dataset, regeste_dataset, text_dataset)
 
189
 
190
  ## Dataset Card Contact
191
 
192
+ [Joel Niklaus](mailto:[email protected])