Update README.md
Browse files
README.md
CHANGED
|
@@ -53,6 +53,7 @@ input_ids = tokenizer(message, return_tensors="pt")["input_ids"].to(device)
|
|
| 53 |
# `max_new_tokens` is the amount of bytes to generate
|
| 54 |
response = bolmo.generate(input_ids, max_new_tokens=256, do_sample=True, temperature=0.1)
|
| 55 |
print(tokenizer.decode(response[0], skip_special_tokens=True))
|
|
|
|
| 56 |
|
| 57 |
## Training procedure
|
| 58 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/alekseycalvin/huggingface/runs/mxn0q550)
|
|
|
|
| 53 |
# `max_new_tokens` is the amount of bytes to generate
|
| 54 |
response = bolmo.generate(input_ids, max_new_tokens=256, do_sample=True, temperature=0.1)
|
| 55 |
print(tokenizer.decode(response[0], skip_special_tokens=True))
|
| 56 |
+
```
|
| 57 |
|
| 58 |
## Training procedure
|
| 59 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/alekseycalvin/huggingface/runs/mxn0q550)
|