docs: add link for github project
Browse files
README.md
CHANGED
@@ -38,8 +38,9 @@ widget:
|
|
38 |
This model fine-tunes [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased)
|
39 |
for sentiment analysis of Glassdoor reviews about IT companies in Cuiabá.
|
40 |
|
41 |
-
|
42 |
-
|
|
|
43 |
|
44 |
### Example Usage
|
45 |
```python
|
|
|
38 |
This model fine-tunes [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased)
|
39 |
for sentiment analysis of Glassdoor reviews about IT companies in Cuiabá.
|
40 |
|
41 |
+
The dataset used to train the model consists of 2,532 reviews sourced from Glassdoor.
|
42 |
+
|
43 |
+
For more detail about the project, follow my [GitHub](https://github.com/stevillis/glassdoor-reviews-analysis-nlp).
|
44 |
|
45 |
### Example Usage
|
46 |
```python
|