Spaces:
Sleeping
Sleeping
Andy Qin
commited on
Commit
•
f7cd1e1
1
Parent(s):
63ca439
Added HF spaces yaml
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# AI Project: Finetuning Language Models - Toxic Tweets
|
2 |
|
3 |
Hello! This is a project for CS-UY 4613: Artificial Intelligence. I'm providing a step-by-step instruction on finetuning language models for detecting toxic tweets.
|
|
|
1 |
+
---
|
2 |
+
title: Test
|
3 |
+
emoji: 🚀
|
4 |
+
colorFrom: green
|
5 |
+
colorTo: purple
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: 1.17.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# AI Project: Finetuning Language Models - Toxic Tweets
|
13 |
|
14 |
Hello! This is a project for CS-UY 4613: Artificial Intelligence. I'm providing a step-by-step instruction on finetuning language models for detecting toxic tweets.
|