chandrujobs
commited on
Commit
•
4a8b4bd
1
Parent(s):
006e1c8
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# AI & Machine Learning News Analyzer
|
2 |
|
3 |
## Overview
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- AI
|
5 |
+
- Machine Learning
|
6 |
+
- News Analysis
|
7 |
+
- GPT-2
|
8 |
+
- Natural Language Processing (NLP)
|
9 |
+
library_name: transformers
|
10 |
+
pipeline_tag: text-generation
|
11 |
+
base_model: gpt2
|
12 |
+
datasets:
|
13 |
+
- NewsAPI
|
14 |
+
languages:
|
15 |
+
- Python
|
16 |
+
metrics: []
|
17 |
+
---
|
18 |
+
|
19 |
# AI & Machine Learning News Analyzer
|
20 |
|
21 |
## Overview
|