Commit
·
16b199f
1
Parent(s):
46b6413
Update README.md
Browse files
README.md
CHANGED
|
@@ -43,6 +43,7 @@ model-index:
|
|
| 43 |
- name: accuracy
|
| 44 |
type: accuracy
|
| 45 |
value: 76%
|
|
|
|
| 46 |
---
|
| 47 |
|
| 48 |
# First - you should prepare few functions to talk to model
|
|
@@ -101,4 +102,17 @@ print(not_simple_prediction)
|
|
| 101 |
```
|
| 102 |
|
| 103 |
# Or, just simply use [our package (GitHub)](https://github.com/aniemore/Aniemore), that can do whatever you want (or maybe not)
|
| 104 |
-
🤗
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
- name: accuracy
|
| 44 |
type: accuracy
|
| 45 |
value: 76%
|
| 46 |
+
|
| 47 |
---
|
| 48 |
|
| 49 |
# First - you should prepare few functions to talk to model
|
|
|
|
| 102 |
```
|
| 103 |
|
| 104 |
# Or, just simply use [our package (GitHub)](https://github.com/aniemore/Aniemore), that can do whatever you want (or maybe not)
|
| 105 |
+
🤗
|
| 106 |
+
|
| 107 |
+
# Citations
|
| 108 |
+
```
|
| 109 |
+
@misc{Aniemore,
|
| 110 |
+
author = {Артем Аментес, Илья Лубенец, Никита Давидчук},
|
| 111 |
+
title = {Открытая библиотека искусственного интеллекта для анализа и выявления эмоциональных оттенков речи человека},
|
| 112 |
+
year = {2022},
|
| 113 |
+
publisher = {Hugging Face},
|
| 114 |
+
journal = {Hugging Face Hub},
|
| 115 |
+
howpublished = {\url{https://huggingface.com/aniemore/Aniemore}},
|
| 116 |
+
email = {hello@socialcode.ru}
|
| 117 |
+
}
|
| 118 |
+
```
|