Update README.md
Browse files
README.md
CHANGED
@@ -4,15 +4,10 @@ tags:
|
|
4 |
- Clsssification
|
5 |
license: apache-2.0
|
6 |
datasets:
|
7 |
-
-
|
8 |
- numpy
|
9 |
- keras
|
10 |
- pandas
|
11 |
-
- openpyxl
|
12 |
-
- gensin
|
13 |
-
- contractions
|
14 |
-
- nltk
|
15 |
-
- spacy
|
16 |
thumbnail: https://github.com/Marcosdib/S2Query/Classification_Architecture_model.png
|
17 |
---
|
18 |
|
@@ -69,7 +64,13 @@ Note that this model is primarily aimed at being fine-tuned on tasks that use th
|
|
69 |
to make decisions, such as sequence classification, token classification or question answering. For tasks such as text
|
70 |
generation you should look at model like XXX.
|
71 |
### How to use
|
|
|
|
|
|
|
72 |
|
|
|
|
|
|
|
73 |
### Limitations and bias
|
74 |
In this model we have faced some obstacles that we had overcome, but some of those, by the nature of the project, couldn't be totally solved.
|
75 |
Due the fact that our dataset was build it by ourselves, there was no interaction yet between a user and the dataset, therefore we don't have
|
|
|
4 |
- Clsssification
|
5 |
license: apache-2.0
|
6 |
datasets:
|
7 |
+
- surprise
|
8 |
- numpy
|
9 |
- keras
|
10 |
- pandas
|
|
|
|
|
|
|
|
|
|
|
11 |
thumbnail: https://github.com/Marcosdib/S2Query/Classification_Architecture_model.png
|
12 |
---
|
13 |
|
|
|
64 |
to make decisions, such as sequence classification, token classification or question answering. For tasks such as text
|
65 |
generation you should look at model like XXX.
|
66 |
### How to use
|
67 |
+
```python
|
68 |
+
>>> import pandas as pd
|
69 |
+
>>> import numpy as np
|
70 |
|
71 |
+
class Data:
|
72 |
+
def_init_(self):
|
73 |
+
|
74 |
### Limitations and bias
|
75 |
In this model we have faced some obstacles that we had overcome, but some of those, by the nature of the project, couldn't be totally solved.
|
76 |
Due the fact that our dataset was build it by ourselves, there was no interaction yet between a user and the dataset, therefore we don't have
|