Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ This is a fine-tuned language model based on the `TinyLlama-1.1B-Chat-v1.0` arch
|
|
25 |
|
26 |
<!-- Provide the basic links for the model. -->
|
27 |
|
28 |
-
- **Repository:** [https://huggingface.co/
|
29 |
|
30 |
## Uses
|
31 |
|
@@ -57,7 +57,7 @@ You can get started with the model by loading it directly from the Hugging Face
|
|
57 |
```python
|
58 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
59 |
|
60 |
-
model_id = "
|
61 |
|
62 |
# Load the tokenizer and model
|
63 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
|
|
25 |
|
26 |
<!-- Provide the basic links for the model. -->
|
27 |
|
28 |
+
- **Repository:** [https://huggingface.co/learn-abc/tatsu-lab_alpaca-tinyllama-chat-bnb-4bit]( https://huggingface.co/learn-abc/tatsu-lab_alpaca-tinyllama-chat-bnb-4bit)
|
29 |
|
30 |
## Uses
|
31 |
|
|
|
57 |
```python
|
58 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
59 |
|
60 |
+
model_id = "learn-abc/tatsu-lab_alpaca-tinyllama-chat-bnb-4bit"
|
61 |
|
62 |
# Load the tokenizer and model
|
63 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|