Update app.py
Browse files
app.py
CHANGED
|
@@ -464,7 +464,7 @@ def generate_modeling_phoenix_code():
|
|
| 464 |
Hub에서 로드 시 자동으로 Retention 변환
|
| 465 |
"""
|
| 466 |
|
| 467 |
-
modeling_code = """
|
| 468 |
PHOENIX Retention Model - Custom Implementation
|
| 469 |
Auto-loaded by HuggingFace transformers with trust_remote_code=True
|
| 470 |
|
|
@@ -871,7 +871,7 @@ class PhoenixModelForCausalLM(PhoenixPreTrainedModel):
|
|
| 871 |
|
| 872 |
# Auto-registration
|
| 873 |
AutoConfig.register("phoenix", PhoenixConfig)
|
| 874 |
-
|
| 875 |
return modeling_code
|
| 876 |
|
| 877 |
|
|
|
|
| 464 |
Hub에서 로드 시 자동으로 Retention 변환
|
| 465 |
"""
|
| 466 |
|
| 467 |
+
modeling_code = '''"""
|
| 468 |
PHOENIX Retention Model - Custom Implementation
|
| 469 |
Auto-loaded by HuggingFace transformers with trust_remote_code=True
|
| 470 |
|
|
|
|
| 871 |
|
| 872 |
# Auto-registration
|
| 873 |
AutoConfig.register("phoenix", PhoenixConfig)
|
| 874 |
+
'''
|
| 875 |
return modeling_code
|
| 876 |
|
| 877 |
|