Mfischthal commited on
Commit
e5560f2
·
verified ·
1 Parent(s): cfe6360

Upload 7 files

Browse files
Files changed (7) hide show
  1. README.md +1 -12
  2. app.py +1 -0
  3. data_io.py +1 -0
  4. exporters.py +1 -0
  5. requirements.txt +1 -8
  6. teacher.py +1 -0
  7. 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
- gradio>=4.44.0
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.