Gaston895 commited on
Commit
fcec493
·
verified ·
1 Parent(s): 51e3da6

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -11
README.md CHANGED
@@ -1,11 +1,70 @@
1
- ---
2
- title: Simple
3
- emoji: 🔥
4
- colorFrom: indigo
5
- colorTo: red
6
- sdk: docker
7
- pinned: false
8
- license: apache-2.0
9
- ---
10
-
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: AEGIS Conduct - Economic Analysis Chat
3
+ emoji: 🤖
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: gradio
7
+ sdk_version: 4.44.0
8
+ app_file: simple_chat_app.py
9
+ pinned: false
10
+ license: apache-2.0
11
+ models:
12
+ - Gaston895/aegisconduct
13
+ tags:
14
+ - economics
15
+ - finance
16
+ - analysis
17
+ - chat
18
+ - llama3.3
19
+ - thinking
20
+ ---
21
+
22
+ # AEGIS Conduct - Economic Analysis Chat
23
+
24
+ A simple chat interface for the AEGIS Conduct economic analysis model. This space provides an easy way to interact with a specialized AI model trained for economic and financial analysis.
25
+
26
+ ## Features
27
+
28
+ - 🧠 **Thinking Mode**: Automatic activation for complex reasoning tasks
29
+ - 💰 **Economic Expertise**: Specialized in finance, markets, and economic policy
30
+ - 📊 **Extended Context**: 128k token context window for detailed conversations
31
+ - ⚙️ **Customizable**: Adjustable temperature and response length settings
32
+
33
+ ## Model Details
34
+
35
+ - **Base Model**: Llama 3.3 8B Instruct
36
+ - **Specialization**: Economic and financial analysis
37
+ - **Training**: Fine-tuned with Claude 4.5-Opus High Reasoning dataset
38
+ - **Context Length**: 128k tokens
39
+
40
+ ## Usage
41
+
42
+ Simply type your question in the chat box and press Enter or click Send. The model excels at:
43
+
44
+ - Economic analysis and forecasting
45
+ - Financial market commentary
46
+ - Policy impact assessment
47
+ - Risk analysis
48
+ - Economic data interpretation
49
+ - Complex reasoning with step-by-step thinking
50
+
51
+ ## Example Questions
52
+
53
+ - "Analyze the impact of inflation on consumer spending"
54
+ - "Explain quantitative easing and its effects on the economy"
55
+ - "What are the potential risks of high national debt?"
56
+ - "How do interest rate changes affect different sectors?"
57
+ - "Think deeply: What factors contribute to economic recessions?"
58
+
59
+ ## Settings
60
+
61
+ - **Temperature**: Controls response creativity (0.1 = focused, 2.0 = creative)
62
+ - **Max Response Length**: Limits the length of generated responses
63
+
64
+ ## Model Repository
65
+
66
+ The underlying model is available at: [Gaston895/aegisconduct](https://huggingface.co/Gaston895/aegisconduct)
67
+
68
+ ## License
69
+
70
+ Apache 2.0