Update README.md
Browse files
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.
|
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 |
```
|