AlanYky commited on
Commit
db0bddb
·
verified ·
1 Parent(s): d8ebc03

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -6,6 +6,9 @@ tags: []
6
  # Model Card for Model ID
7
 
8
  <!-- Provide a quick summary of what the model is/does. -->
 
 
 
9
  ```python
10
  import torch
11
  from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
 
6
  # Model Card for Model ID
7
 
8
  <!-- Provide a quick summary of what the model is/does. -->
9
+ Temperature 0.4 -> More Constant
10
+ Temperature 0.6 -> More Creative
11
+
12
  ```python
13
  import torch
14
  from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline