sayhan commited on
Commit
f014784
1 Parent(s): 28b6690

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -26,6 +26,11 @@ Bu model, Alibaba Cloud tarafından geliştirilen Qwen1.5-7B-chat modelinin, TFL
26
 
27
 
28
  ## Kullanım
 
 
 
 
 
29
  ```python
30
  from transformers import AutoModelForCausalLM, AutoTokenizer
31
  device = "cuda" # the device to load the model onto
 
26
 
27
 
28
  ## Kullanım
29
+
30
+ Modeli aşağıdaki düğmeye tıklayarak Google Colab'de çalıştırabilirsiniz.
31
+ [![image/svg](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1jrQcDcssnIo39KvnGGM6MJVqYcklQwGI?usp=sharing)
32
+
33
+ ---
34
  ```python
35
  from transformers import AutoModelForCausalLM, AutoTokenizer
36
  device = "cuda" # the device to load the model onto