Update README.md
Browse files
README.md
CHANGED
@@ -50,16 +50,28 @@ config:
|
|
50 |
summary_proj_to_labels: true
|
51 |
summary_type: cls_index
|
52 |
summary_use_proj: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
license: apache-2.0
|
54 |
datasets:
|
55 |
- vicgalle/alpaca-gpt4
|
56 |
language:
|
57 |
- en
|
58 |
tags:
|
59 |
-
-
|
60 |
metrics:
|
|
|
61 |
- accuracy
|
62 |
-
pipeline_tag: text-generation
|
63 |
library_name: transformers
|
64 |
---
|
65 |
---
|
|
|
50 |
summary_proj_to_labels: true
|
51 |
summary_type: cls_index
|
52 |
summary_use_proj: true
|
53 |
+
# Additional conversational-specific parameters
|
54 |
+
task_specific_params:
|
55 |
+
conversational:
|
56 |
+
max_length: 1024
|
57 |
+
min_length: 20
|
58 |
+
length_penalty: 1.5
|
59 |
+
num_beams: 5
|
60 |
+
early_stopping: true
|
61 |
+
no_repeat_ngram_size: 3
|
62 |
+
temperature: 0.7
|
63 |
+
top_k: 50
|
64 |
+
top_p: 0.9
|
65 |
license: apache-2.0
|
66 |
datasets:
|
67 |
- vicgalle/alpaca-gpt4
|
68 |
language:
|
69 |
- en
|
70 |
tags:
|
71 |
+
- conversational
|
72 |
metrics:
|
73 |
+
- perplexity
|
74 |
- accuracy
|
|
|
75 |
library_name: transformers
|
76 |
---
|
77 |
---
|