File size: 302 Bytes
a4c98c9 66f7ce3 3c915ee a4c98c9 941ca14 a4c98c9 941ca14 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
---
license: apache-2.0
pipeline_tag: text-generation
library_name: transformers
---
pipeline_tag: text-generation
inference:
parameters:
temperature: 0.2
top_p: 0.95
---
language: Java
widget:
- text: "public class HelloWorld {
public static void main(String[] args) {"
---
|