Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,9 @@ model-index:
|
|
9 |
datasets:
|
10 |
- mwritescode/slither-audited-smart-contracts
|
11 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -102,4 +105,4 @@ sample_output = model.generate(input_ids, do_sample=True, max_length=400, num_re
|
|
102 |
|
103 |
# Decode and print the generated text
|
104 |
generated_text = tokenizer.decode(sample_output[0], skip_special_tokens=True)
|
105 |
-
print(generated_text)
|
|
|
9 |
datasets:
|
10 |
- mwritescode/slither-audited-smart-contracts
|
11 |
pipeline_tag: text-generation
|
12 |
+
language:
|
13 |
+
- en
|
14 |
+
library_name: transformers
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
105 |
|
106 |
# Decode and print the generated text
|
107 |
generated_text = tokenizer.decode(sample_output[0], skip_special_tokens=True)
|
108 |
+
print(generated_text)
|