Update README.md
Browse files
README.md
CHANGED
@@ -63,3 +63,18 @@ for text in examples:
|
|
63 |
print(f"Text: {text}")
|
64 |
print(f"Frame: {result[0]['label']} (confidence: {result[0]['score']:.2f})")
|
65 |
print()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
print(f"Text: {text}")
|
64 |
print(f"Frame: {result[0]['label']} (confidence: {result[0]['score']:.2f})")
|
65 |
print()
|
66 |
+
|
67 |
+
|
68 |
+
## Citation
|
69 |
+
|
70 |
+
For more information and if you use this model, please cite the following paper:
|
71 |
+
|
72 |
+
```bibtex
|
73 |
+
@inproceedings{,
|
74 |
+
title = {},
|
75 |
+
author = {},
|
76 |
+
booktitle = {},
|
77 |
+
year = {},
|
78 |
+
url = {https://arxiv.org/abs/xxxx.xxxxx}
|
79 |
+
}
|
80 |
+
|