2024 Automotive Data Analysis Competition: Generative AI Prompt Engineering

Prompt Engineering | ChatGPT | No-Coding | Classification | Macro F1 Score

  • moneyIcon Prize : 7,000,000 KRW
  • 997 Users Completed

 

gpt 3.5 turbo api 로 확인해도 값이 제대로 출력되는데 0점

2024.10.04 10:08 1,367 Views
'1\n0\n0\n1\n1\n0\n1\n0\n1\n0\n1\n1\n0\n1\n0\n1\n0\n1\n0\n0\n1\n0\n1\n0\n0\n1\n1\n1\n1\n0\n1\n0\n1\n0\n1\n1\n0\n0\n0'

 model="gpt-3.5-turbo-0125"

temp 0.4

대회조건과 똑같이 모델 설정하고

출력도 정상적으로 나오는데 계속 0점이 나오네요.

openai apikey 받고 파이썬으로 불러왔습니다.

Login Required
0 / 1000
BG01882
2024.10.04 10:56

text = '1\n0\n0\n1\n1\n0\n1\n0\n1\n0\n1\n1\n0\n1\n0\n1\n0\n1\n0\n0\n1\n0\n1\n0\n0\n1\n1\n1\n1\n0\n1\n0\n1\n0\n1\n1\n0\n0\n0'
print(len(test.split('\n')))

위 코드 수행하면 총 39개의 답변만 한 것으로 나옵니다.

그리고 LLM특성상, 답변은 계속 바뀔 수 있습니다.

kingre
2024.10.04 14:22

아 39개네요! 감사합니디