Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ tags:
|
|
15 |
- RL
|
16 |
---
|
17 |
|
18 |
-
# SteamSHP
|
19 |
|
20 |
<!-- Provide a quick summary of what the model is/does. -->
|
21 |
|
@@ -43,7 +43,7 @@ Here's how to use the model:
|
|
43 |
>> x = tokenizer([input_text], return_tensors='pt').input_ids.to(device)
|
44 |
>> y = model.generate(x)
|
45 |
>> tokenizer.batch_decode(y, skip_special_tokens=True)
|
46 |
-
'A'
|
47 |
```
|
48 |
|
49 |
The input text should be of the format:
|
|
|
15 |
- RL
|
16 |
---
|
17 |
|
18 |
+
# 💨🚢 SteamSHP
|
19 |
|
20 |
<!-- Provide a quick summary of what the model is/does. -->
|
21 |
|
|
|
43 |
>> x = tokenizer([input_text], return_tensors='pt').input_ids.to(device)
|
44 |
>> y = model.generate(x)
|
45 |
>> tokenizer.batch_decode(y, skip_special_tokens=True)
|
46 |
+
['A']
|
47 |
```
|
48 |
|
49 |
The input text should be of the format:
|