Update README.md
Browse files
README.md
CHANGED
@@ -50,5 +50,6 @@ trait_names = ["Agreeableness", "Openness", "Conscientiousness", "Extraversion",
|
|
50 |
# Print the predicted personality traits scores
|
51 |
for trait, score in zip(trait_names, predicted_scores):
|
52 |
print(f"{trait}: {score:.4f}")
|
53 |
-
|
54 |
-
##"output": "agreeableness: 0.4600000000; openness: 0.2700000000; conscientiousness: 0.3100000000; extraversion: 0.1000000000; neuroticism: 0.8400000000"
|
|
|
|
50 |
# Print the predicted personality traits scores
|
51 |
for trait, score in zip(trait_names, predicted_scores):
|
52 |
print(f"{trait}: {score:.4f}")
|
53 |
+
|
54 |
+
##"output": "agreeableness: 0.4600000000; openness: 0.2700000000; conscientiousness: 0.3100000000; extraversion: 0.1000000000; neuroticism: 0.8400000000"
|
55 |
+
```
|