abhinand commited on
Commit
7624855
1 Parent(s): 47dbe6f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: gemma-terms-of-use
4
+ license_link: https://ai.google.dev/gemma/terms
5
+ datasets:
6
+ - vicgalle/alpaca-gpt4
7
+ - abhinand/tamil-alpaca
8
+ language:
9
+ - en
10
+ - ta
11
+ base_model: abhinand/gemma-2b-tamil
12
+ ---
13
+
14
+ # Gemma 2B Tamil v0.1 Alpha [Experimental Release]
15
+
16
+ This is a Tamil finetuned version of Google's Gemma 2B model. This is an experiment to see if Gemma can be adapted for Tamil without expanding vocabulary. While the responses may be rusty at times, it shows a lot of promise for a 2B parameter model.
17
+
18
+
19
+ ## Buy Me a Coffee
20
+
21
+ If you appreciate this work and would like to support its continued development, consider [buying me a coffee](https://www.buymeacoffee.com/abhinand.b). Your support is invaluable and greatly appreciated.
22
+
23
+ [!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/abhinand.b)
24
+
25
+ ## Prompting Format [Alpaca]
26
+
27
+ **Prompt Template Without Input**
28
+
29
+ ```
30
+ {system_prompt}
31
+
32
+ ### Instruction:
33
+ {instruction or query}
34
+
35
+ ### Response:
36
+ {response}
37
+ ```
38
+
39
+ **Prompt Template With Input**
40
+
41
+ ```
42
+ {system_prompt}
43
+
44
+ ### Instruction:
45
+ {instruction or query}
46
+
47
+ ### Input:
48
+ {input}
49
+
50
+ ### Response:
51
+ {response}
52
+ ```
53
+
54
+ ## Usage Note
55
+
56
+ It's important to note that the models have not undergone detoxification. Therefore, while they possess impressive linguistic capabilities, there is a possibility for them to generate content that could be deemed harmful or offensive. We urge users to exercise discretion and supervise the model's outputs closely, especially in public or sensitive applications.
57
+
58
+ ## Meet the Developers
59
+
60
+ Get to know the creators behind this innovative model and follow their contributions to the field:
61
+
62
+ - [Abhinand Balachandran](https://www.linkedin.com/in/abhinand-05/)
63
+
64
+ We hope this model serves as a valuable tool in your NLP toolkit and look forward to seeing the advancements it will enable in the understanding and generation of the Tamil language.