Spaces:
Running
on
Zero
Running
on
Zero
Update utils/llm_xiapi.py
Browse files- 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 |
-
|
| 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"}
|