Update README.md
Browse files
README.md
CHANGED
@@ -26,4 +26,152 @@ model-index:
|
|
26 |
- type: cer
|
27 |
value: 7.4
|
28 |
name: CER
|
29 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
- type: cer
|
27 |
value: 7.4
|
28 |
name: CER
|
29 |
+
---
|
30 |
+
# Model Card for Model ID
|
31 |
+
|
32 |
+
Sequence to Sequence Model for Treansliterationg Romanised Malayalam (Manglish) to Native Script.
|
33 |
+
|
34 |
+
|
35 |
+
### Model Description
|
36 |
+
|
37 |
+
- **Developed by:** [Bajiyo Baiju](https://huggingface.co/Bajiyo), [Kavya Manohar](https://huggingface.co/kavyamanohar), [Leena G Pillai](https://huggingface.co/leenag)
|
38 |
+
- **Language(s) (NLP):** Malayalam
|
39 |
+
- **License:** MIT
|
40 |
+
|
41 |
+
### Model Sources
|
42 |
+
|
43 |
+
|
44 |
+
- **Repository:** https://github.com/VRCLC-DUK/ml-en-transliteration
|
45 |
+
- **Paper:** https://arxiv.org/abs/2412.09957
|
46 |
+
- **Demo:** https://huggingface.co/spaces/vrclc/en-ml-transliteration
|
47 |
+
|
48 |
+
## How to Get Started with the Model
|
49 |
+
|
50 |
+
The model needs to have an externally defined tokenizers for source and target languages.
|
51 |
+
|
52 |
+
[More Information Needed]
|
53 |
+
|
54 |
+
## Training Details
|
55 |
+
|
56 |
+
### Training Data
|
57 |
+
|
58 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
59 |
+
|
60 |
+
[More Information Needed]
|
61 |
+
|
62 |
+
### Training Procedure
|
63 |
+
|
64 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
65 |
+
|
66 |
+
#### Preprocessing [optional]
|
67 |
+
|
68 |
+
[More Information Needed]
|
69 |
+
|
70 |
+
|
71 |
+
#### Training Hyperparameters
|
72 |
+
|
73 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
74 |
+
|
75 |
+
#### Speeds, Sizes, Times [optional]
|
76 |
+
|
77 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
78 |
+
|
79 |
+
[More Information Needed]
|
80 |
+
|
81 |
+
## Evaluation
|
82 |
+
|
83 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
84 |
+
|
85 |
+
### Testing Data, Factors & Metrics
|
86 |
+
|
87 |
+
#### Testing Data
|
88 |
+
|
89 |
+
<!-- This should link to a Dataset Card if possible. -->
|
90 |
+
|
91 |
+
[More Information Needed]
|
92 |
+
|
93 |
+
#### Factors
|
94 |
+
|
95 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
96 |
+
|
97 |
+
[More Information Needed]
|
98 |
+
|
99 |
+
#### Metrics
|
100 |
+
|
101 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
102 |
+
|
103 |
+
[More Information Needed]
|
104 |
+
|
105 |
+
### Results
|
106 |
+
|
107 |
+
[More Information Needed]
|
108 |
+
|
109 |
+
#### Summary
|
110 |
+
|
111 |
+
|
112 |
+
|
113 |
+
## Model Examination [optional]
|
114 |
+
|
115 |
+
<!-- Relevant interpretability work for the model goes here -->
|
116 |
+
|
117 |
+
[More Information Needed]
|
118 |
+
|
119 |
+
## Environmental Impact
|
120 |
+
|
121 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
122 |
+
|
123 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
124 |
+
|
125 |
+
- **Hardware Type:** [More Information Needed]
|
126 |
+
- **Hours used:** [More Information Needed]
|
127 |
+
- **Cloud Provider:** [More Information Needed]
|
128 |
+
- **Compute Region:** [More Information Needed]
|
129 |
+
- **Carbon Emitted:** [More Information Needed]
|
130 |
+
|
131 |
+
## Technical Specifications [optional]
|
132 |
+
|
133 |
+
### Model Architecture and Objective
|
134 |
+
|
135 |
+
[More Information Needed]
|
136 |
+
|
137 |
+
### Compute Infrastructure
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
#### Hardware
|
142 |
+
|
143 |
+
[More Information Needed]
|
144 |
+
|
145 |
+
#### Software
|
146 |
+
|
147 |
+
[More Information Needed]
|
148 |
+
|
149 |
+
## Citation [optional]
|
150 |
+
|
151 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
152 |
+
|
153 |
+
**BibTeX:**
|
154 |
+
|
155 |
+
[More Information Needed]
|
156 |
+
|
157 |
+
**APA:**
|
158 |
+
|
159 |
+
[More Information Needed]
|
160 |
+
|
161 |
+
## Glossary [optional]
|
162 |
+
|
163 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
## More Information [optional]
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Model Card Authors [optional]
|
172 |
+
|
173 |
+
[More Information Needed]
|
174 |
+
|
175 |
+
## Model Card Contact
|
176 |
+
|
177 |
+
[More Information Needed]
|