Skip to content

Commit cce6dbb

Browse files
committed
adjust timecodes
1 parent a9bbfaa commit cce6dbb

File tree

1 file changed

+8
-8
lines changed
  • content/videos/transformers-js/introduction

1 file changed

+8
-8
lines changed

content/videos/transformers-js/introduction/index.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
"canContribute": true,
2121
"timestamps": [
2222
{ "time": "0:00", "title": "Welcome!" },
23-
{ "time": "2:01", "title": "Why JavaScript and not Python?" },
24-
{ "time": "3:06", "title": "What is Hugging Face?" },
23+
{ "time": "1:53", "title": "Why JavaScript and not Python?" },
24+
{ "time": "3:01", "title": "What is Hugging Face?" },
2525
{ "time": "4:03", "title": "Transformers.js Documentation" },
2626
{ "time": "4:18", "title": "Pipeline API" },
27-
{ "time": "5:05", "title": "import syntax and ES6 modules" },
28-
{ "time": "8:38", "title": "Object Destructuring" },
27+
{ "time": "5:41", "title": "import syntax and ES6 modules" },
28+
{ "time": "8:34", "title": "Object Destructuring" },
2929
{ "time": "11:33", "title": "Creating a Pipeline" },
3030
{ "time": "13:18", "title": "Sentiment Analysis Example" },
31-
{ "time": "18:56", "title": "Tasks and Models on Hugging Face" },
31+
{ "time": "19:04", "title": "Tasks and Models on Hugging Face" },
3232
{ "time": "20:20", "title": "Language Detection Example" },
33-
{ "time": "22:29", "title": "Device: WebGPU, CPU and more" },
34-
{ "time": "24:32", "title": "Data Types and Quantization" },
35-
{ "time": "28:00", "title": "See you next time!" }
33+
{ "time": "22:27", "title": "Device: WebGPU, CPU and more" },
34+
{ "time": "24:25", "title": "Data Types and Quantization" },
35+
{ "time": "27:54", "title": "See you next time!" }
3636
],
3737
"codeExamples": [
3838
{

0 commit comments

Comments
 (0)