openfree commited on
Commit
bca421b
·
verified ·
1 Parent(s): 7870b4f

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +1 -5
src/about.py CHANGED
@@ -30,11 +30,7 @@ LLM_BENCHMARKS_TEXT = """\
30
  To reproduce our results, here is the commands you can run:
31
  """
32
 
33
- # ---------------------------------------------------
34
- # EVALUATION_QUEUE_TEXT
35
- # - 삼중 작은따옴표(''')를 사용하고, 문자열 시작 후 줄바꿈하여 내용 작성
36
- # - 문자열 마지막에도 동일한 ''' 세 개로 닫아준다.
37
- EVALUATION_QUEUE_TEXT = '''
38
  ## Some good practices before submitting a model
39
  ### 1) Make sure you can load your model and tokenizer using AutoClasses:
40
  ```python
 
30
  To reproduce our results, here is the commands you can run:
31
  """
32
 
33
+ EVALUATION_QUEUE_TEXT = """
 
 
 
 
34
  ## Some good practices before submitting a model
35
  ### 1) Make sure you can load your model and tokenizer using AutoClasses:
36
  ```python