chainyo
commited on
Commit
•
7170154
1
Parent(s):
7765cb6
remove wip tag
Browse files
README.md
CHANGED
@@ -107,8 +107,6 @@ model = PeftModel.from_pretrained(
|
|
107 |
|
108 |
#### Load the full model
|
109 |
|
110 |
-
⚠️ Work in progress...
|
111 |
-
|
112 |
```python
|
113 |
model = LlamaForCausalLM.from_pretrained(
|
114 |
"wordcab/llama-natural-instructions-13b",
|
|
|
107 |
|
108 |
#### Load the full model
|
109 |
|
|
|
|
|
110 |
```python
|
111 |
model = LlamaForCausalLM.from_pretrained(
|
112 |
"wordcab/llama-natural-instructions-13b",
|