hexuan21 commited on
Commit
9453e50
·
verified ·
1 Parent(s): b289481

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -140,6 +140,12 @@ aspect_scores = []
140
  for i in range(num_aspects):
141
  aspect_scores.append(round(logits[0, i].item(),ROUND_DIGIT))
142
  print(aspect_scores)
 
 
 
 
 
 
143
  ```
144
 
145
  ### Training
 
140
  for i in range(num_aspects):
141
  aspect_scores.append(round(logits[0, i].item(),ROUND_DIGIT))
142
  print(aspect_scores)
143
+
144
+ """
145
+ # model output on visual quality, temporal consistency, dynamic degree, text-to-video alignment, factual consistency, respectively
146
+ [2.2969, 2.4375, 2.8281, 2.5, 2.4688]
147
+ """
148
+
149
  ```
150
 
151
  ### Training