Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ widget:
|
|
8 |
- text: 'Write a Python function to merge two sorted lists into one sorted list without using any built-in sort functions.'
|
9 |
example_title: Merge Sort
|
10 |
group: Python
|
11 |
-
license:
|
12 |
library_name: transformers
|
13 |
tags:
|
14 |
- text-generation
|
@@ -63,7 +63,7 @@ print(generated_code)
|
|
63 |
```
|
64 |
|
65 |
# License
|
66 |
-
The model is licensed under a
|
67 |
|
68 |
# Acknowledgements
|
69 |
The Lemur project is an open collaborative research effort between [XLang Lab](https://www.xlang.ai/) and Salesforce Research. We thank Salesforce, Google Research and Amazon AWS for their gift support.
|
|
|
8 |
- text: 'Write a Python function to merge two sorted lists into one sorted list without using any built-in sort functions.'
|
9 |
example_title: Merge Sort
|
10 |
group: Python
|
11 |
+
license: cc-by-nc-4.0
|
12 |
library_name: transformers
|
13 |
tags:
|
14 |
- text-generation
|
|
|
63 |
```
|
64 |
|
65 |
# License
|
66 |
+
The model is licensed under a CC BY-NC-4.0 license focused on research use cases.
|
67 |
|
68 |
# Acknowledgements
|
69 |
The Lemur project is an open collaborative research effort between [XLang Lab](https://www.xlang.ai/) and Salesforce Research. We thank Salesforce, Google Research and Amazon AWS for their gift support.
|