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

Update README.md

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