brunneis commited on
Commit
56cb573
1 Parent(s): f550eb4

Update submissions page

Browse files
Files changed (1) hide show
  1. src/about.py +3 -1
src/about.py CHANGED
@@ -45,7 +45,9 @@ To reproduce our results, here is the commands you can run:
45
  """
46
 
47
  EVALUATION_REQUESTS_TEXT = """
48
- ## Make sure you can load your model and tokenizer using AutoClasses
 
 
49
 
50
  ```python
51
  from transformers import AutoConfig, AutoModel, AutoTokenizer
 
45
  """
46
 
47
  EVALUATION_REQUESTS_TEXT = """
48
+ # Check your model
49
+
50
+ Make sure you can load your model and tokenizer using AutoClasses:
51
 
52
  ```python
53
  from transformers import AutoConfig, AutoModel, AutoTokenizer