Commit
·
1ca760e
1
Parent(s):
d815bc8
Update Notebook License
Browse files- README.md +1 -0
- run_AIFS_v1.ipynb +2 -1
README.md
CHANGED
|
@@ -94,6 +94,7 @@ and direct observational data.
|
|
| 94 |
- **Model type:** Encoder-processor-decoder model
|
| 95 |
- **License:** These model weights are published under a Creative Commons Attribution 4.0 International (CC BY 4.0).
|
| 96 |
To view a copy of this licence, visit https://creativecommons.org/licenses/by/4.0/
|
|
|
|
| 97 |
|
| 98 |
### Model resolution
|
| 99 |
|
|
|
|
| 94 |
- **Model type:** Encoder-processor-decoder model
|
| 95 |
- **License:** These model weights are published under a Creative Commons Attribution 4.0 International (CC BY 4.0).
|
| 96 |
To view a copy of this licence, visit https://creativecommons.org/licenses/by/4.0/
|
| 97 |
+
The notebooks and other script files are published under an Apache 2.0 licence, to view a copy of this license, visit https://www.apache.org/licenses/LICENSE-2.0.txt.
|
| 98 |
|
| 99 |
### Model resolution
|
| 100 |
|
run_AIFS_v1.ipynb
CHANGED
|
@@ -2846,7 +2846,8 @@
|
|
| 2846 |
}
|
| 2847 |
}
|
| 2848 |
}
|
| 2849 |
-
}
|
|
|
|
| 2850 |
},
|
| 2851 |
"nbformat": 4,
|
| 2852 |
"nbformat_minor": 4
|
|
|
|
| 2846 |
}
|
| 2847 |
}
|
| 2848 |
}
|
| 2849 |
+
},
|
| 2850 |
+
"license": "Apache-2.0"
|
| 2851 |
},
|
| 2852 |
"nbformat": 4,
|
| 2853 |
"nbformat_minor": 4
|