DeepAxion commited on
Commit
2bcce3a
·
verified ·
1 Parent(s): f8a32b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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 ([Your GitHub Profile Link, e.g., @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
 
 
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