Spaces:
Runtime error
Runtime error
Commit
·
8b2cc38
1
Parent(s):
3bdf427
修正
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
# pip install evaluate==0.3.0
|
6 |
# pip install sentencepiece==0.1.97
|
7 |
|
8 |
-
%%time
|
9 |
|
10 |
# ファインチューニングの実行
|
11 |
!python ./transformers/examples/pytorch/language-modeling/run_clm.py \
|
|
|
5 |
# pip install evaluate==0.3.0
|
6 |
# pip install sentencepiece==0.1.97
|
7 |
|
8 |
+
# %%time
|
9 |
|
10 |
# ファインチューニングの実行
|
11 |
!python ./transformers/examples/pytorch/language-modeling/run_clm.py \
|