Spaces:
Running
Running
update
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ MARKETING_FEATURES = [
|
|
33 |
category="technical",
|
34 |
description="Detects technical and specialized terminology",
|
35 |
interpretation_guide="High activation indicates strong technical focus",
|
36 |
-
layer=
|
37 |
),
|
38 |
MarketingFeature(
|
39 |
feature_id=6680,
|
@@ -41,7 +41,7 @@ MARKETING_FEATURES = [
|
|
41 |
category="technical",
|
42 |
description="Identifies complex technical concepts",
|
43 |
interpretation_guide="Consider simplifying language if activation is too high",
|
44 |
-
layer=
|
45 |
),
|
46 |
MarketingFeature(
|
47 |
feature_id=2,
|
@@ -49,7 +49,7 @@ MARKETING_FEATURES = [
|
|
49 |
category="seo",
|
50 |
description="Identifies potential SEO keywords",
|
51 |
interpretation_guide="High activation suggests strong SEO potential",
|
52 |
-
layer=
|
53 |
),
|
54 |
]
|
55 |
|
|
|
33 |
category="technical",
|
34 |
description="Detects technical and specialized terminology",
|
35 |
interpretation_guide="High activation indicates strong technical focus",
|
36 |
+
layer=6, # Adjusted for Gemma-2B structure
|
37 |
),
|
38 |
MarketingFeature(
|
39 |
feature_id=6680,
|
|
|
41 |
category="technical",
|
42 |
description="Identifies complex technical concepts",
|
43 |
interpretation_guide="Consider simplifying language if activation is too high",
|
44 |
+
layer=6, # Adjusted for Gemma-2B structure
|
45 |
),
|
46 |
MarketingFeature(
|
47 |
feature_id=2,
|
|
|
49 |
category="seo",
|
50 |
description="Identifies potential SEO keywords",
|
51 |
interpretation_guide="High activation suggests strong SEO potential",
|
52 |
+
layer=6, # Adjusted for Gemma-2B structure
|
53 |
),
|
54 |
]
|
55 |
|