updated license
Browse files
README.md
CHANGED
@@ -3,6 +3,7 @@ language:
|
|
3 |
- en
|
4 |
tags:
|
5 |
- text-generation-inference
|
|
|
6 |
---
|
7 |
|
8 |
# Model Card for LLaMA 2 Spell Generation
|
@@ -81,4 +82,4 @@ tokenized_input = tokenizer(prompt, return_tensors="pt")
|
|
81 |
outputs = model.generate(**tokenized_input, max_length=512)
|
82 |
|
83 |
print(tokenizer.batch_decode(outputs.detach().cpu().numpy()[:, tokenized_input.input_ids.shape[1]:], skip_special_tokens=True)[0])
|
84 |
-
```
|
|
|
3 |
- en
|
4 |
tags:
|
5 |
- text-generation-inference
|
6 |
+
license: llama2
|
7 |
---
|
8 |
|
9 |
# Model Card for LLaMA 2 Spell Generation
|
|
|
82 |
outputs = model.generate(**tokenized_input, max_length=512)
|
83 |
|
84 |
print(tokenizer.batch_decode(outputs.detach().cpu().numpy()[:, tokenized_input.input_ids.shape[1]:], skip_special_tokens=True)[0])
|
85 |
+
```
|