jaygala24 commited on
Commit
ebefd9d
1 Parent(s): 9792b31

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md CHANGED
@@ -1,3 +1,74 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: mit
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - as
4
+ - bn
5
+ - brx
6
+ - doi
7
+ - en
8
+ - gom
9
+ - gu
10
+ - hi
11
+ - kn
12
+ - ks
13
+ - kas
14
+ - mai
15
+ - ml
16
+ - mr
17
+ - mni
18
+ - mnb
19
+ - ne
20
+ - or
21
+ - pa
22
+ - sa
23
+ - sat
24
+ - sd
25
+ - snd
26
+ - ta
27
+ - te
28
+ - ur
29
+ language_details: >-
30
+ asm_Beng, ben_Beng, brx_Deva, doi_Deva, eng_Latn, gom_Deva, guj_Gujr,
31
+ hin_Deva, kan_Knda, kas_Arab, kas_Deva, mai_Deva, mal_Mlym, mar_Deva,
32
+ mni_Beng, mni_Mtei, npi_Deva, ory_Orya, pan_Guru, san_Deva, sat_Olck,
33
+ snd_Arab, snd_Deva, tam_Taml, tel_Telu, urd_Arab
34
+ tags:
35
+ - indictrans2
36
+ - translation
37
+ - ai4bharat
38
+ - multilingual
39
  license: mit
40
+ datasets:
41
+ - flores-200
42
+ - IN22-Gen
43
+ - IN22-Conv
44
+ metrics:
45
+ - bleu
46
+ - chrf
47
+ - chrf++
48
+ - comet
49
+ inference: false
50
  ---
51
+
52
+ # IndicTrans2
53
+
54
+ This is the model card of IndicTrans2 En-Indic Distilled 200M variant.
55
+
56
+ More details coming soon ...
57
+
58
+ ### Usage Instructions
59
+
60
+ Please refer to the [github repository](https://github.com/AI4Bharat/IndicTrans2/tree/main/huggingface_inference) for a detail description on how to use HF compatible IndicTrans2 models for inference.
61
+
62
+
63
+ ### Citation
64
+
65
+ If you consider using our work then please cite using:
66
+
67
+ ```
68
+ @article{ai4bharat2023indictrans2,
69
+ title = {IndicTrans2: Towards High-Quality and Accessible Machine Translation Models for all 22 Scheduled Indian Languages},
70
+ author = {AI4Bharat and Jay Gala and Pranjal A. Chitale and Raghavan AK and Sumanth Doddapaneni and Varun Gumma and Aswanth Kumar and Janki Nawale and Anupama Sujatha and Ratish Puduppully and Vivek Raghavan and Pratyush Kumar and Mitesh M. Khapra and Raj Dabre and Anoop Kunchukuttan},
71
+ year = {2023},
72
+ journal = {arXiv preprint arXiv: 2305.16307}
73
+ }
74
+ ```