geoffreyPvt commited on
Commit
105759e
1 Parent(s): c4fe087

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -22,10 +22,10 @@ def strlen(string: str) -> int:
22
  ---\
23
  Sample output: ```python
24
  def strlen(string: str) -> int:
25
- return len(string)
26
- ```\
27
  ---\
28
  Try using this adapter yourself!
 
29
  ```
30
  from transformers import AutoModelForCausalLM, AutoTokenizer
31
 
 
22
  ---\
23
  Sample output: ```python
24
  def strlen(string: str) -> int:
25
+ return len(string)```\
 
26
  ---\
27
  Try using this adapter yourself!
28
+
29
  ```
30
  from transformers import AutoModelForCausalLM, AutoTokenizer
31