jbraha commited on
Commit
fd77627
β€’
1 Parent(s): 32ec805

add huggingface yaml

Browse files
Files changed (2) hide show
  1. README.md +12 -0
  2. requirements.txt +1 -0
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # AI Project
2
 
3
  This repository holds my project for csuy 4613, [here](https://pantelis.github.io/artificial-intelligence/aiml-common/projects/nlp/finetuning-language-models-tweets/index.htm)
 
1
+ ---
2
+ title: Aiproject
3
+ emoji: πŸ“Š
4
+ colorFrom: pink
5
+ colorTo: purple
6
+ sdk: streamlit
7
+ sdk_version: 1.17.0
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+
13
  # AI Project
14
 
15
  This repository holds my project for csuy 4613, [here](https://pantelis.github.io/artificial-intelligence/aiml-common/projects/nlp/finetuning-language-models-tweets/index.htm)
requirements.txt CHANGED
@@ -0,0 +1 @@
 
 
1
+ streamlit