AlexWortega
commited on
Commit
·
009d193
1
Parent(s):
a145b8c
Update README.md
Browse files
README.md
CHANGED
@@ -46,14 +46,14 @@ tags:
|
|
46 |
|
47 |
```python
|
48 |
from transformers import pipeline
|
49 |
-
pipe = pipeline(model='AlexWortega/
|
50 |
pipe('''Как собрать питон код?''')
|
51 |
```
|
52 |
or
|
53 |
```python
|
54 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
55 |
-
tokenizer = AutoTokenizer.from_pretrained("AlexWortega/
|
56 |
-
model = AutoModelForCausalLM.from_pretrained("AlexWortega/
|
57 |
```
|
58 |
|
59 |
# License
|
|
|
46 |
|
47 |
```python
|
48 |
from transformers import pipeline
|
49 |
+
pipe = pipeline(model='AlexWortega/instruct_rugptMedium')
|
50 |
pipe('''Как собрать питон код?''')
|
51 |
```
|
52 |
or
|
53 |
```python
|
54 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
55 |
+
tokenizer = AutoTokenizer.from_pretrained("AlexWortega/instruct_rugptMedium")
|
56 |
+
model = AutoModelForCausalLM.from_pretrained("AlexWortega/instruct_rugptMedium")
|
57 |
```
|
58 |
|
59 |
# License
|