Spaces:
Running
Running
Update README.md
Browse files# Argument Mining with LLaMA 3.1
This Space demonstrates a fine-tuned LLaMA 3.1 model for extracting arguments from historical newspapers.
## 🔍 Use Cases
- Identify argumentative passages in historical texts
- Support historians and linguists in discourse analysis
- Provide structured XML output for downstream research
## ⚡ Key Features
- Extracts **argumentation units**
- Provides structured `<argument>`, `<claim>`, `<explanation>` fields
- Multi-argument support per article
- Designed for **qualitative data research**
## 📊 Technical Details
- Base model: `Meta-Llama-3.1-8B-Instruct`
- Fine-tuned with LoRA adapters and 4-bit quantization
- Training data: German and English historical newspapers (disaster reportings)
---
README.md
CHANGED
|
@@ -3,9 +3,10 @@ title: Argument Mining
|
|
| 3 |
colorFrom: blue
|
| 4 |
colorTo: green
|
| 5 |
sdk: gradio
|
| 6 |
-
sdk_version: 5.
|
| 7 |
app_file: app.py
|
| 8 |
-
pinned:
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 3 |
colorFrom: blue
|
| 4 |
colorTo: green
|
| 5 |
sdk: gradio
|
| 6 |
+
sdk_version: 5.44.1
|
| 7 |
app_file: app.py
|
| 8 |
+
pinned: true
|
| 9 |
+
licence: mit
|
| 10 |
---
|
| 11 |
|
| 12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|