Update README.md
Browse files
README.md
CHANGED
|
@@ -53,3 +53,16 @@ from transformers import pipeline
|
|
| 53 |
pipe = pipeline("text-classification", model="xap/Sentiment_Analysis_NepaliCovidTweets")
|
| 54 |
pipe("अमेरिकामा कोभिड बाट एकै दिन चार हजारभन्दा बढीको मृत्यु")
|
| 55 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
pipe = pipeline("text-classification", model="xap/Sentiment_Analysis_NepaliCovidTweets")
|
| 54 |
pipe("अमेरिकामा कोभिड बाट एकै दिन चार हजारभन्दा बढीको मृत्यु")
|
| 55 |
```
|
| 56 |
+
|
| 57 |
+
## Citation
|
| 58 |
+
|
| 59 |
+
```
|
| 60 |
+
@misc {jeevan_2024,
|
| 61 |
+
author = { {jeevan} },
|
| 62 |
+
title = { Sentiment_Analysis_NepaliCovidTweets (Revision 3086409) },
|
| 63 |
+
year = 2024,
|
| 64 |
+
url = { https://huggingface.co/xap/Sentiment_Analysis_NepaliCovidTweets },
|
| 65 |
+
doi = { 10.57967/hf/2243 },
|
| 66 |
+
publisher = { Hugging Face }
|
| 67 |
+
}
|
| 68 |
+
```
|