learn-abc commited on
Commit
2923c74
·
verified ·
1 Parent(s): 6d50e6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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/your-username/tinyllama-fine-tuned-model](https://huggingface.co/your-username/tinyllama-fine-tuned-model)
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 = "your-username/tinyllama-fine-tuned-model"
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)