Update README.md
Browse files
README.md
CHANGED
|
@@ -36,7 +36,6 @@ pip install transformers
|
|
| 36 |
See [https://github.com/dpfried/incoder](https://github.com/dpfried/incoder) for example code.
|
| 37 |
|
| 38 |
### Model
|
| 39 |
-
Load with
|
| 40 |
`model = AutoModelForCausalLM.from_pretrained("facebook/incoder-1B")`
|
| 41 |
|
| 42 |
### Tokenizer
|
|
|
|
| 36 |
See [https://github.com/dpfried/incoder](https://github.com/dpfried/incoder) for example code.
|
| 37 |
|
| 38 |
### Model
|
|
|
|
| 39 |
`model = AutoModelForCausalLM.from_pretrained("facebook/incoder-1B")`
|
| 40 |
|
| 41 |
### Tokenizer
|