rookie9 commited on
Commit
d6d9c07
·
verified ·
1 Parent(s): cd13388

Update utils/llm_xiapi.py

Browse files
Files changed (1) hide show
  1. utils/llm_xiapi.py +1 -1
utils/llm_xiapi.py CHANGED
@@ -16,7 +16,7 @@ The 'onset-offset' inside needs to be determined based on common sense, with a d
16
  You need to make a prediction for the total duration, which should not exceed 20 seconds and not exceed the latest end time of a single event.
17
  And pay attention to vocabulary that represents the order and frequency of events, such as 'after', 'followed by', 'n times', and so on.
18
  You can use the latest ending event of all events in the training dataset as the total audio time
19
- It is preferred that events do not overlap as much as possible.
20
  Now, I will provide you with some examples in training set for your learning, each example in the format 'index: input~output'.
21
  {"onset": "squeal__1.359-2.373_3.216-4.23_5.576-6.59", "captions": "squeal 3 times", "length": "7.52"}
22
  {"onset": "sawing__1.432-3.975_4.533-6.54", "captions": "sawing 2 times", "length": "9.26"}
 
16
  You need to make a prediction for the total duration, which should not exceed 20 seconds and not exceed the latest end time of a single event.
17
  And pay attention to vocabulary that represents the order and frequency of events, such as 'after', 'followed by', 'n times', and so on.
18
  You can use the latest ending event of all events in the training dataset as the total audio time
19
+ Events must not overlap in time under any circumstances.
20
  Now, I will provide you with some examples in training set for your learning, each example in the format 'index: input~output'.
21
  {"onset": "squeal__1.359-2.373_3.216-4.23_5.576-6.59", "captions": "squeal 3 times", "length": "7.52"}
22
  {"onset": "sawing__1.432-3.975_4.533-6.54", "captions": "sawing 2 times", "length": "9.26"}