kevintu commited on
Commit
0b58b5c
·
verified ·
1 Parent(s): 21429de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -54,5 +54,5 @@ trait_names = ["Agreeableness", "Openness", "Conscientiousness", "Extraversion",
54
  for trait, score in zip(trait_names, predicted_scores):
55
  print(f"{trait}: {score:.4f}")
56
 
57
- ##"output": "agreeableness: 0.4600000000; openness: 0.2700000000; conscientiousness: 0.3100000000; extraversion: 0.1000000000; neuroticism: 0.8400000000"
58
  ```
 
54
  for trait, score in zip(trait_names, predicted_scores):
55
  print(f"{trait}: {score:.4f}")
56
 
57
+ ##"output": "agreeableness: 0.46; openness: 0.27; conscientiousness: 0.31; extraversion: 0.1; neuroticism: 0.84"
58
  ```