JoshKeesee commited on
Commit
972f4bc
1 Parent(s): 8bd7cf6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -4,10 +4,28 @@ library_name: transformers
4
  tags:
5
  - pytorch_model_hub_mixin
6
  - model_hub_mixin
 
7
  languages:
8
  - en
9
  pipeline_tag: text-generation
10
- inference: false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
 
4
  tags:
5
  - pytorch_model_hub_mixin
6
  - model_hub_mixin
7
+ - conversational
8
  languages:
9
  - en
10
  pipeline_tag: text-generation
11
+ widget:
12
+ - example_title: Hello
13
+ messages:
14
+ - role: user
15
+ content: Hello!
16
+ - example_title: Tell a story
17
+ messages:
18
+ - role: user
19
+ content: Tell me a scary story
20
+ - example_title: Jokes
21
+ messages:
22
+ - role: user
23
+ content: Tell me a funny joke
24
+ inference:
25
+ parameters:
26
+ max_new_tokens: 300
27
+ stop:
28
+ - <|end-assistant|>
29
  ---
30
 
31
  This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration: