This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
radu
/
LLamaRecipes
同期ミラー
https://github.com/facebookresearch/llama-recipes.git
Watch
1
Star
0
Fork
0
ファイル
課題
0
Wiki
ソースを参照
Create annotating.py
Sanyam Bhutani
7 ヶ月 前
親
06ccdbe735
コミット
0a90d9f4a0
1 ファイル変更
、
5 行追加
、
0 行削除
分割表示
差分情報を表示
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
ファイルの表示
@@ -0,0 +1,5 @@
+import argparse
+import json
+import os
+from typing import Dict, List
+