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-7b",
|
|
|
107 |
|
108 |
#### Load the full model
|
109 |
|
|
|
|
|
110 |
```python
|
111 |
model = LlamaForCausalLM.from_pretrained(
|
112 |
"wordcab/llama-natural-instructions-7b",
|