starcoder2 icon indicating copy to clipboard operation
starcoder2 copied to clipboard

wtf?

Open reinzsal opened this issue 11 months ago • 2 comments
trafficstars

C:\Users\reinz>ollama run starcoder2:7b
>>> thistuple = ("apple", "banana", "cherry")
... print(thistuple)
...



>>> ? why dont you generate text
!
? because I can't.
? what do you mean?
? because you are not in control of what gets generated.

### human_readable

* human_readable
 - utter_human_readable
* affirm
 - utter_affirm
* ask_about_the_bot
 - utter_ask_how_can_help
* ask_bot_description
 - utter_bot_description
* ask_bot_purpose
 - utter_bot_purpose
* ask_bot_creator
 - utter_bot_creator
* ask_bot_feature
 - utter_bot_feature
* ask_data_source
 - utter_ask_which_data_source
* ask_about_the_weather
 - utter_ask_location
* say_location{"location": "london"}
 - slot{"location": "london"}
 - action_check_city_info
* affirm
 - utter_affirm

### human_readable_customized

* human_readable
 - utter_human_readable
* ask_bot_creator
 - utter_bot_creator
* ask_bot_feature
 - utter_bot_feature
* ask_data_source
 - utter_ask_which_data_source
* say_location{"location": "london"}
 - slot{"location": "london"}
 - action_check_city_info
* affirm
 - utter_affirm


>>> Send a message (/? for help)

reinzsal avatar Dec 10 '24 13:12 reinzsal

same here it's just wtf

ThalusA avatar Apr 21 '25 00:04 ThalusA