ayjays132 commited on
Commit
89b7083
•
1 Parent(s): 2d32ca6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md CHANGED
@@ -77,6 +77,50 @@ max_top_n_tokens: 5
77
  waiting_served_ratio: 1.2
78
  max_batch_prefill_tokens: 2048
79
  max_waiting_tokens: 200
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  ---
81
  ---
82
  ## Phillnet Large 🚀
 
77
  waiting_served_ratio: 1.2
78
  max_batch_prefill_tokens: 2048
79
  max_waiting_tokens: 200
80
+
81
+ widget:
82
+ - title: Basic Conversation
83
+ text: Hello, how are you today?
84
+ description: >-
85
+ Demonstrates the model's ability to engage in basic conversational
86
+ exchanges.
87
+ - title: Complex Inquiry
88
+ text: What are the implications of quantum computing on encryption technologies?
89
+ description: >-
90
+ Showcases the model's capacity to understand and generate responses to
91
+ complex topics.
92
+ - title: Creative Storytelling
93
+ text: >-
94
+ Once upon a time, in a world far beyond the clouds, there lived a wise old
95
+ owl.
96
+ description: >-
97
+ Highlights the model's creative storytelling abilities, generating
98
+ imaginative narratives.
99
+ - title: Technical Explanation
100
+ text: Can you explain the concept of reinforcement learning?
101
+ description: >-
102
+ Illustrates the model's ability to break down and explain technical concepts
103
+ in an accessible manner.
104
+ - title: Emotionally-aware Response
105
+ text: I'm feeling a bit down today. Could use some words of encouragement.
106
+ description: >-
107
+ Demonstrates the model's capability to recognize emotional cues and respond
108
+ with appropriate empathy.
109
+ - title: Language Understanding
110
+ text: What's the difference between affect and effect?
111
+ description: >-
112
+ Shows the model's understanding of nuanced language differences and ability
113
+ to explain them.
114
+ - title: Cultural Knowledge
115
+ text: Tell me about the tradition of tea ceremony in Japan.
116
+ description: >-
117
+ Displays the model's grasp of cultural knowledge and its ability to share
118
+ informative content.
119
+ - title: Personalized Recommendations
120
+ text: I'm looking for book recommendations in the sci-fi genre.
121
+ description: >-
122
+ Exemplifies the model's ability to provide personalized recommendations
123
+ based on specific queries.
124
  ---
125
  ---
126
  ## Phillnet Large 🚀