Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# CSI4180_Homework4
|
| 2 |
|
| 3 |
Homework 4 for CSI 4180 (NLP App)
|
|
@@ -24,4 +33,4 @@ Change the last line of the code to "screen.launch(share=True)". This will print
|
|
| 24 |
|
| 25 |
**Credit to AI:**
|
| 26 |
|
| 27 |
-
I utilized GitHub Copilot to assist me. I used this tool to help me adjust the training arguments in the files: fine_tuning_number_one.py and fine_tuning_number_two.py.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: CSI 4180 Final Project
|
| 3 |
+
sdk: gradio
|
| 4 |
+
sdk_version: 4.27.0
|
| 5 |
+
colorFrom: purple
|
| 6 |
+
colorTo: gray
|
| 7 |
+
app_file: app.py
|
| 8 |
+
pinned: false
|
| 9 |
+
---
|
| 10 |
# CSI4180_Homework4
|
| 11 |
|
| 12 |
Homework 4 for CSI 4180 (NLP App)
|
|
|
|
| 33 |
|
| 34 |
**Credit to AI:**
|
| 35 |
|
| 36 |
+
I utilized GitHub Copilot to assist me. I used this tool to help me adjust the training arguments in the files: fine_tuning_number_one.py and fine_tuning_number_two.py.
|