Update README.md
Browse files
README.md
CHANGED
|
@@ -106,6 +106,9 @@ tokenizer = AutoTokenizer.from_pretrained("togethercomputer/GPT-JT-6B-v1")
|
|
| 106 |
model = AutoModelForCausalLM.from_pretrained("togethercomputer/GPT-JT-6B-v1")
|
| 107 |
```
|
| 108 |
|
|
|
|
|
|
|
|
|
|
| 109 |
# Training Details
|
| 110 |
|
| 111 |
## UL2 Training Objective
|
|
|
|
| 106 |
model = AutoModelForCausalLM.from_pretrained("togethercomputer/GPT-JT-6B-v1")
|
| 107 |
```
|
| 108 |
|
| 109 |
+
# License
|
| 110 |
+
The weights of GPT-J-6B are licensed under version 2.0 of the Apache License.
|
| 111 |
+
|
| 112 |
# Training Details
|
| 113 |
|
| 114 |
## UL2 Training Objective
|