stevillis commited on
Commit
01c35ea
·
verified ·
1 Parent(s): 0921f40

docs: add link for github project

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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
- ## Dataset Information
42
- The dataset used to train the model consists of 2,532 reviews sourced from Glassdoor.
 
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