abhinand commited on
Commit
357ab2a
1 Parent(s): a003c79

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: gemma-terms-of-use
4
+ license_link: https://ai.google.dev/gemma/terms
5
+ datasets:
6
+ - wikimedia/wikipedia
7
+ language:
8
+ - en
9
+ - ta
10
+ base_model: google/gemma-2b
11
+ ---
12
+
13
+ # Gemma 2B Tamil v0.1 Alpha - Base Model [Experimental Release]
14
+
15
+ This is a Tamil foundational model continually pretrained from Google Gemma 2B. 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.
16
+
17
+ > **Please Note:** This model, labeled as a FOUNDATIONAL Language Model (LLM), is designed primarily for Causal Language Modeling (LM) purposes. In other words, if you are looking for an instruction following model in Tamil, you may find [abhinand/tamil-llama-7b-instruct-v0.1](https://huggingface.co/abhinand/tamil-llama-7b-instruct-v0.1) more suitable for your needs.
18
+
19
+ **Procedure:**
20
+
21
+ 1. The [Gemma base model](https://huggingface.co/google/gemma-2b) was continually pretrained on all available Tamil Wikipedia data for 3 epochs.
22
+ 2. The updated model was then finetuned on a mix of English and Tamil alpaca datasets for 5 epochs. Finetuned model can be found [here](https://huggingface.co/abhinand/gemma-2b-it-tamil-v0.1-alpha).
23
+
24
+ > **Note:** This project is currently under development (FOR TAMIL). The initial pretraining phase may not have been extensive enough, which suggests that the model's performance could improve by extending the pretraining on a larger dataset, such as CulturaX.
25
+
26
+ ## Model description
27
+
28
+ - **Model type:** A 2B parameter GPT-like model continually pretrained on all available Tamil data from [Wikipedia dataset](https://huggingface.co/datasets/wikimedia/wikipedia).
29
+ - **Language(s):** Bilingual. English and Tamil.
30
+ - **License:** [Google Gemma Terms of Use](https://ai.google.dev/gemma/terms)
31
+ - **Training Precision:** `bfloat16`
32
+ - **Training Hardware:** 4x Nvidia RTX 3090 GPUs
33
+ - **Training Cost:** $20
34
+
35
+ ## Support my work
36
+
37
+ 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.
38
+
39
+ [!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/abhinand.b)
40
+
41
+ ## Usage Note
42
+
43
+ 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.
44
+
45
+ ## Meet the Developers
46
+
47
+ Get to know the creators behind this innovative model and follow their contributions to the field:
48
+
49
+ - [Abhinand Balachandran](https://www.linkedin.com/in/abhinand-05/)
50
+
51
+ 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.