Update README.md
Browse files
README.md
CHANGED
@@ -26,16 +26,16 @@ This is a fine-tuned version of the `distilbert-base-uncased-finetuned-sst-2-eng
|
|
26 |
|
27 |
The model processes input text and outputs logits for two classes: 0 (Negative) and 1 (Positive).
|
28 |
|
29 |
-
- **Developed by:** Anthony Nguyen (
|
30 |
- **Model type:** Text Classification (Sentiment Analysis)
|
31 |
- **Language(s) (NLP):** English
|
32 |
- **License:** MIT
|
33 |
- **Finetuned from model:** `distilbert-base-uncased-finetuned-sst-2-english` (This model was already fine-tuned on SST-2, and we further fine-tuned it on IMDb.)
|
34 |
|
35 |
-
### Model Sources
|
36 |
|
37 |
- **Repository:** [https://github.com/DeepAxion/distilbert-imdb-sentiment](https://github.com/DeepAxion/distilbert-imdb-sentiment) (Link to your GitHub repo)
|
38 |
-
- **Demo:** [https://huggingface.co/spaces/[Your-Username]/[Your-Space-Name]](https://huggingface.co/spaces/[Your-Username]/[Your-Space-Name]) (If you deploy a Hugging Face Space demo)
|
39 |
|
40 |
## Uses
|
41 |
|
|
|
26 |
|
27 |
The model processes input text and outputs logits for two classes: 0 (Negative) and 1 (Positive).
|
28 |
|
29 |
+
- **Developed by:** Anthony Nguyen (@DeepAxion)
|
30 |
- **Model type:** Text Classification (Sentiment Analysis)
|
31 |
- **Language(s) (NLP):** English
|
32 |
- **License:** MIT
|
33 |
- **Finetuned from model:** `distilbert-base-uncased-finetuned-sst-2-english` (This model was already fine-tuned on SST-2, and we further fine-tuned it on IMDb.)
|
34 |
|
35 |
+
<!-- ### Model Sources
|
36 |
|
37 |
- **Repository:** [https://github.com/DeepAxion/distilbert-imdb-sentiment](https://github.com/DeepAxion/distilbert-imdb-sentiment) (Link to your GitHub repo)
|
38 |
+
- **Demo:** [https://huggingface.co/spaces/[Your-Username]/[Your-Space-Name]](https://huggingface.co/spaces/[Your-Username]/[Your-Space-Name]) (If you deploy a Hugging Face Space demo) -->
|
39 |
|
40 |
## Uses
|
41 |
|