Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
---
|
| 4 |
# FINGU-AI/L3-72b-Large
|
| 5 |
|
|
@@ -56,5 +56,4 @@ outputs = model.generate(
|
|
| 56 |
# Decode and Print the Translation
|
| 57 |
response = outputs[0][input_ids.shape[-1]:]
|
| 58 |
print(tokenizer.decode(response, skip_special_tokens=True))
|
| 59 |
-
```
|
| 60 |
-
|
|
|
|
| 1 |
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
---
|
| 4 |
# FINGU-AI/L3-72b-Large
|
| 5 |
|
|
|
|
| 56 |
# Decode and Print the Translation
|
| 57 |
response = outputs[0][input_ids.shape[-1]:]
|
| 58 |
print(tokenizer.decode(response, skip_special_tokens=True))
|
| 59 |
+
```
|
|
|