Migrate model card from transformers-repo
Browse filesRead announcement at https://discuss.huggingface.co/t/announcement-all-model-cards-will-be-migrated-to-hf-co-model-repos/2755
Original file history: https://github.com/huggingface/transformers/commits/master/model_cards/rohanrajpal/bert-base-codemixed-uncased-sentiment/README.md
README.md
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- hi
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- hi
|
7 |
+
- en
|
8 |
+
- codemix
|
9 |
+
datasets:
|
10 |
+
- SAIL 2017
|
11 |
+
---
|
12 |
+
|
13 |
+
# Model name
|
14 |
+
|
15 |
+
## Model description
|
16 |
+
|
17 |
+
I took a bert-base-multilingual-cased model from huggingface and finetuned it on SAIL 2017 dataset.
|
18 |
+
|
19 |
+
## Intended uses & limitations
|
20 |
+
|
21 |
+
#### How to use
|
22 |
+
|
23 |
+
```python
|
24 |
+
# You can include sample code which will be formatted
|
25 |
+
#Coming soon!
|
26 |
+
```
|
27 |
+
|
28 |
+
#### Limitations and bias
|
29 |
+
|
30 |
+
Provide examples of latent issues and potential remediations.
|
31 |
+
|
32 |
+
## Training data
|
33 |
+
|
34 |
+
I trained on the SAIL 2017 dataset [link](http://amitavadas.com/SAIL/Data/SAIL_2017.zip) on this [pretrained model](https://huggingface.co/bert-base-multilingual-cased).
|
35 |
+
|
36 |
+
|
37 |
+
## Training procedure
|
38 |
+
|
39 |
+
No preprocessing.
|
40 |
+
|
41 |
+
## Eval results
|
42 |
+
|
43 |
+
### BibTeX entry and citation info
|
44 |
+
|
45 |
+
```bibtex
|
46 |
+
@inproceedings{khanuja-etal-2020-gluecos,
|
47 |
+
title = "{GLUEC}o{S}: An Evaluation Benchmark for Code-Switched {NLP}",
|
48 |
+
author = "Khanuja, Simran and
|
49 |
+
Dandapat, Sandipan and
|
50 |
+
Srinivasan, Anirudh and
|
51 |
+
Sitaram, Sunayana and
|
52 |
+
Choudhury, Monojit",
|
53 |
+
booktitle = "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics",
|
54 |
+
month = jul,
|
55 |
+
year = "2020",
|
56 |
+
address = "Online",
|
57 |
+
publisher = "Association for Computational Linguistics",
|
58 |
+
url = "https://www.aclweb.org/anthology/2020.acl-main.329",
|
59 |
+
pages = "3575--3585"
|
60 |
+
}
|
61 |
+
```
|