Spaces:
Sleeping
Sleeping
Upload 7 files
Browse files- README.md +1 -12
- app.py +1 -0
- data_io.py +1 -0
- exporters.py +1 -0
- requirements.txt +1 -8
- teacher.py +1 -0
- validators.py +1 -0
README.md
CHANGED
|
@@ -1,12 +1 @@
|
|
| 1 |
-
|
| 2 |
-
title: DialogueExtractor
|
| 3 |
-
emoji: 🌖
|
| 4 |
-
colorFrom: blue
|
| 5 |
-
colorTo: indigo
|
| 6 |
-
sdk: gradio
|
| 7 |
-
sdk_version: 5.49.1
|
| 8 |
-
app_file: app.py
|
| 9 |
-
pinned: false
|
| 10 |
-
---
|
| 11 |
-
|
| 12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
+
Placeholder for README.md. Replace with actual code from spec.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Placeholder for app.py. Replace with actual code from spec.
|
data_io.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Placeholder for data_io.py. Replace with actual code from spec.
|
exporters.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Placeholder for exporters.py. Replace with actual code from spec.
|
requirements.txt
CHANGED
|
@@ -1,8 +1 @@
|
|
| 1 |
-
|
| 2 |
-
datasets>=3.0.0
|
| 3 |
-
ftfy
|
| 4 |
-
regex
|
| 5 |
-
openai>=1.40.0
|
| 6 |
-
pydantic
|
| 7 |
-
pandas
|
| 8 |
-
orjson
|
|
|
|
| 1 |
+
Placeholder for requirements.txt. Replace with actual code from spec.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
teacher.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Placeholder for teacher.py. Replace with actual code from spec.
|
validators.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Placeholder for validators.py. Replace with actual code from spec.
|