#one shot prompt

1 messages · Page 1 of 1 (latest)

atomic flint
#

is this correct?

<s>[INST]Write comprehensive bulleted notes summarizing the following text, with headings and terms in bold: 

TEXT: SOCIAL INTELLIGENCE+ Social Awareness Social awareness refers to a spectrum that runs from instantaneously sensing another’s inner state, to understanding her feelings and thoughts, to “getting” complicated social situations. It includes: • Primal empathy: Feeling with others; sensing nonverbal emotional signals. • Attunement: Listening with full receptivity; attuning to a person. • Empathic accuracy: Understanding another person’s thoughts, feelings, and intentions. • Social cognition: Knowing how the social world works. Social Facility Simply sensing how another feels, or knowing what they think or intend, does not guarantee fruitful interactions. Social facility builds on social awareness to allow smooth, effective interactions.[/INST]
**Social Intelligence**
- Composed of two main domains: Social Awareness and Social Facility

**Social Awareness:**
- Understanding the emotions, thoughts, intentions, and complex social situations
- Includes:
  - **Primal Empathy:** Feeling with others, sensing nonverbal emotional signals
  - **Attunement:** Listening and fully reacting to a person
  - **Empathic Accuracy:** Understanding another's thoughts, feelings
  - **Social Cognition:** Knowledge of how the social world functions</s>[INST] {{ .Prompt }} [/INST]
charred adder
#

at first glance it does look correct for me, is the result not good for u?

#

oh wait, be careful its very sensible to spaces

#

here is the config of the tokenizer for exaxmple:

{{ bos_token }}{% for message in messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if message['role'] == 'user' %}{{ '[INST] ' + message['content'] + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ message['content'] + eos_token}}{% else %}{{ raise_exception('Only user and assistant roles are supported!') }}{% endif %}{% endfor %}

if u check closely, its "[INST] " and not "[INST]", the others also have some similarities

#

so its clearer:

"[INST] "
" [/INST]"