damerajee commited on
Commit
070e37a
1 Parent(s): 000ea0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -55,9 +55,12 @@ outputs = model.generate(**inputs, max_new_tokens = 128, use_cache = True)
55
  tokenizer.batch_decode(outputs)
56
  ```
57
 
 
 
58
  # Model Information
59
  The base model [unsloth/tinyllama-bnb-4bit](https://huggingface.co/unsloth/tinyllama-bnb-4bit) was Instruct finetuned using [Unsloth](https://github.com/unslothai/unsloth)
60
 
 
 
61
  # Training Details
62
-
63
  The model was trained for 1 epoch on a free goggle colab which took about 1 hour and 30 mins approximately
 
55
  tokenizer.batch_decode(outputs)
56
  ```
57
 
58
+
59
+
60
  # Model Information
61
  The base model [unsloth/tinyllama-bnb-4bit](https://huggingface.co/unsloth/tinyllama-bnb-4bit) was Instruct finetuned using [Unsloth](https://github.com/unslothai/unsloth)
62
 
63
+ # Model Limitations
64
+ The model was trained on a very small dataset so it might not be as good ,will be training on larger dataset soon
65
  # Training Details
 
66
  The model was trained for 1 epoch on a free goggle colab which took about 1 hour and 30 mins approximately