Adherence commited on
Commit
4c96130
·
verified ·
1 Parent(s): 9bf19c1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -5
README.md CHANGED
@@ -1,12 +1,41 @@
1
  ---
2
- title: Nuremberg Trials Ai
3
- emoji: 🚀
4
- colorFrom: blue
5
  colorTo: blue
6
  sdk: gradio
7
- sdk_version: 6.1.0
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
  ---
2
+ title: Nuremberg Trials AI
3
+ emoji: ⚖️
4
+ colorFrom: gray
5
  colorTo: blue
6
  sdk: gradio
7
+ sdk_version: 4.44.0
8
  app_file: app.py
9
  pinned: false
10
+ license: mit
11
  ---
12
 
13
+ # Nuremberg Trials AI
14
+
15
+ An AI-powered question-answering system for the Nuremberg Trials (1945-1946).
16
+
17
+ ## Features
18
+
19
+ - **RAG-powered answers**: Retrieves relevant passages from 12,000+ document chunks
20
+ - **Source citations**: Every answer shows the original source documents
21
+ - **Comprehensive data**: Covers IMT transcripts, judgments, charter, and defendant biographies
22
+
23
+ ## Data Sources
24
+
25
+ - **Harvard Law School Nuremberg Trials Project**: Full IMT transcript (17,268 pages)
26
+ - **Yale Avalon Project**: Judgments, indictments, London Charter
27
+ - **Wikipedia**: Defendant biographies
28
+
29
+ ## Technology
30
+
31
+ - **Embeddings**: all-MiniLM-L6-v2 (sentence-transformers)
32
+ - **Vector Search**: FAISS
33
+ - **LLM**: Mistral-7B-Instruct (HuggingFace Inference API)
34
+ - **UI**: Gradio
35
+
36
+ ## Example Questions
37
+
38
+ - How many defendants were sentenced to death at Nuremberg?
39
+ - What were the four counts in the Nuremberg indictment?
40
+ - Who was the chief prosecutor for the United States?
41
+ - What happened to Hermann Goering?