Spaces:
Running
Running
add in the course
Browse files
app.py
CHANGED
@@ -1000,14 +1000,24 @@ txt2 = """
|
|
1000 |
|
1001 |
- The real-world dataset is from the Jigsaw Rate Severity of Toxic Comments on Kaggle. It has 30,108 records.
|
1002 |
- The intent is to share with Duc's friends and colleagues, but for those with nefarious intent, this Text Moderation model is governed by the GNU 3.0 License: https://www.gnu.org/licenses/gpl-3.0.en.html
|
1003 |
-
- Author: **Duc Haba, 2024**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1004 |
"""
|
1005 |
txt3 = """
|
1006 |
## π₯ WARNING: WARNING:
|
1007 |
---
|
1008 |
|
1009 |
- The following button will retrieve **real-world** offensive posts from Twitter and customer reviews from consumer companies.
|
1010 |
-
- The button will display four toxic messages at a time. **Click again** for four more
|
1011 |
- They contain **profanity, vulgarity, hate, violence, sexism, and other offensive language.**
|
1012 |
- After you fetch the toxic messages, Click on the **"Measure 14 Toxicity" button**.
|
1013 |
"""
|
|
|
1000 |
|
1001 |
- The real-world dataset is from the Jigsaw Rate Severity of Toxic Comments on Kaggle. It has 30,108 records.
|
1002 |
- The intent is to share with Duc's friends and colleagues, but for those with nefarious intent, this Text Moderation model is governed by the GNU 3.0 License: https://www.gnu.org/licenses/gpl-3.0.en.html
|
1003 |
+
- Author: **[Duc Haba](https://linkedin.com/in/duchaba), 2024**
|
1004 |
+
---
|
1005 |
+
# π "AI Solution Architect" Course by ELVTR
|
1006 |
+
|
1007 |
+
>Welcome to the fascinating world of AI and natural language processing (NLP). This NLP model is a part of the course. In our journey together, we will explore the [AI Solution Architect](https://elvtr.com/course/ai-solution-architect?utm_source=instructor&utm_campaign=AISA&utm_content=linkedin) course, meticulously crafted by ELVTR in collaboration with Duc Haba. This course is intended to serve as your gateway into the dynamic and constantly evolving field of AI Solution Architect, providing you with a comprehensive understanding of its complexities and applications.
|
1008 |
+
|
1009 |
+
>An AI Solution Architect (AISA) is a mastermind who possesses a deep understanding of the complex technicalities of AI and knows how to creatively integrate them into real-world solutions. They bridge the gap between theoretical AI models and practical, effective applications. AISA works as a strategist to design AI systems that align with business objectives and technical requirements. They delve into algorithms, data structures, and computational theories to translate them into tangible, impactful AI solutions that have the potential to revolutionize industries.
|
1010 |
+
|
1011 |
+
> π [Sign up for the course today](https://elvtr.com/course/ai-solution-architect?utm_source=instructor&utm_campaign=AISA&utm_content=linkedin), and I will see you in class.
|
1012 |
+
|
1013 |
+
- An article about this NLP Text Moderation will be coming soon.
|
1014 |
"""
|
1015 |
txt3 = """
|
1016 |
## π₯ WARNING: WARNING:
|
1017 |
---
|
1018 |
|
1019 |
- The following button will retrieve **real-world** offensive posts from Twitter and customer reviews from consumer companies.
|
1020 |
+
- The button will display four toxic messages at a time. **Click again** for four more randomly selected postings/tweets.
|
1021 |
- They contain **profanity, vulgarity, hate, violence, sexism, and other offensive language.**
|
1022 |
- After you fetch the toxic messages, Click on the **"Measure 14 Toxicity" button**.
|
1023 |
"""
|