Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
model_type: gpt2
|
3 |
architectures:
|
4 |
-
|
5 |
config:
|
6 |
adaptation_rate: 0.05
|
7 |
complexity_metric: null
|
@@ -50,7 +50,6 @@ config:
|
|
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
|
@@ -64,15 +63,14 @@ config:
|
|
64 |
top_p: 0.9
|
65 |
license: apache-2.0
|
66 |
datasets:
|
67 |
-
|
68 |
language:
|
69 |
-
|
70 |
tags:
|
71 |
-
|
72 |
metrics:
|
73 |
-
|
74 |
-
|
75 |
-
library_name: transformers
|
76 |
---
|
77 |
---
|
78 |
## Phillnet 🚀
|
|
|
1 |
---
|
2 |
model_type: gpt2
|
3 |
architectures:
|
4 |
+
- GPT2LMHeadModel
|
5 |
config:
|
6 |
adaptation_rate: 0.05
|
7 |
complexity_metric: null
|
|
|
50 |
summary_proj_to_labels: true
|
51 |
summary_type: cls_index
|
52 |
summary_use_proj: true
|
|
|
53 |
task_specific_params:
|
54 |
conversational:
|
55 |
max_length: 1024
|
|
|
63 |
top_p: 0.9
|
64 |
license: apache-2.0
|
65 |
datasets:
|
66 |
+
- vicgalle/alpaca-gpt4
|
67 |
language:
|
68 |
+
- en
|
69 |
tags:
|
70 |
+
- conversational
|
71 |
metrics:
|
72 |
+
- perplexity
|
73 |
+
- accuracy
|
|
|
74 |
---
|
75 |
---
|
76 |
## Phillnet 🚀
|