update
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ widget:
|
|
8 |
- text: 'def recur_fibo(n):'
|
9 |
example_title: Recursive Fibonacci
|
10 |
group: Python
|
11 |
-
license:
|
12 |
library_name: transformers
|
13 |
tags:
|
14 |
- text-generation
|
@@ -70,7 +70,7 @@ print(generated_code)
|
|
70 |
```
|
71 |
|
72 |
# License
|
73 |
-
The model is licensed under
|
74 |
|
75 |
# Acknowledgements
|
76 |
-
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: 'def recur_fibo(n):'
|
9 |
example_title: Recursive Fibonacci
|
10 |
group: Python
|
11 |
+
license: afl-3.0
|
12 |
library_name: transformers
|
13 |
tags:
|
14 |
- text-generation
|
|
|
70 |
```
|
71 |
|
72 |
# License
|
73 |
+
The model is licensed under a noncommercial license focused on research use cases.
|
74 |
|
75 |
# Acknowledgements
|
76 |
+
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.
|