Commit
•
58d0eed
1
Parent(s):
e3cf120
Update README.md (#1)
Browse files- Update README.md (105759eca4e5c857183c934e6620298c451d0526)
Co-authored-by: Pruvost <geoffreyPvt@users.noreply.huggingface.co>
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 |
|