This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
radu
/
LLamaRecipes
mirror of
https://github.com/facebookresearch/llama-recipes.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Create annotating.py
Sanyam Bhutani
5 tháng trước cách đây
mục cha
06ccdbe735
commit
0a90d9f4a0
1 tập tin đã thay đổi
với
5 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
5
0
end-to-end-use-cases/data-tool/dataprep-scripts/annotating.py
+ 5
- 0
end-to-end-use-cases/data-tool/dataprep-scripts/annotating.py
Xem Tập Tin
@@ -0,0 +1,5 @@
+import argparse
+import json
+import os
+from typing import Dict, List
+