subhrokomol
commited on
Commit
•
d3487fa
1
Parent(s):
56ef0b0
Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,12 @@ pipeline_tag: text-generation
|
|
10 |
library_name: transformers
|
11 |
tags:
|
12 |
- code
|
13 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
library_name: transformers
|
11 |
tags:
|
12 |
- code
|
13 |
+
---
|
14 |
+
|
15 |
+
|
16 |
+
# Finetune Llama-2-7B-hf on Hindi dataset after transtokenization
|
17 |
+
This model was trained on 24GB of RTX A500 on zicsx/mC4-Hindi-Cleaned-3.0 dataset (1%) for 3 hours.
|
18 |
+
|
19 |
+
We used Hugging Face PEFT-LoRA PyTorch for training.
|
20 |
+
|
21 |
+
Transtokenization process in --
|