test
Browse files
README.md
CHANGED
@@ -45,6 +45,27 @@ It achieves the following results on the evaluation set:
|
|
45 |
DiestilBERT is fine-tuned on emotions dataset. Click the following link to see how the model works:
|
46 |
https://huggingface.co/spaces/Rahmat82/emotions_classifier
|
47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
## Intended uses & limitations
|
49 |
|
50 |
More information needed
|
|
|
45 |
DiestilBERT is fine-tuned on emotions dataset. Click the following link to see how the model works:
|
46 |
https://huggingface.co/spaces/Rahmat82/emotions_classifier
|
47 |
|
48 |
+
|
49 |
+
<svg fill="none" viewBox="0 0 600 300" width="600" height="300" xmlns="http://www.w3.org/2000/svg">
|
50 |
+
<foreignObject width="100%" height="100%">
|
51 |
+
<div xmlns="http://www.w3.org/1999/xhtml">
|
52 |
+
<style>
|
53 |
+
.container {
|
54 |
+
display: flex;
|
55 |
+
width: 100%;
|
56 |
+
height: 300px;
|
57 |
+
background-color: black;
|
58 |
+
color: white;
|
59 |
+
}
|
60 |
+
</style>
|
61 |
+
|
62 |
+
<div class="container">
|
63 |
+
<h1>Hi there, my name is Nikola 👋</h1>
|
64 |
+
</div>
|
65 |
+
</div>
|
66 |
+
</foreignObject>
|
67 |
+
</svg>
|
68 |
+
|
69 |
## Intended uses & limitations
|
70 |
|
71 |
More information needed
|