NextGenC commited on
Commit
2bb8cd3
·
verified ·
1 Parent(s): a334612

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -99,3 +99,16 @@ inputs = [
99
  kb = run_aee_era_pipeline(inputs)
100
  for p in kb.values():
101
  print(p.text_span, p.epistemic_data.computed_confidence)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  kb = run_aee_era_pipeline(inputs)
100
  for p in kb.values():
101
  print(p.text_span, p.epistemic_data.computed_confidence)
102
+
103
+
104
+
105
+
106
+
107
+
108
+ @software{aee_era_2025,
109
+ author = {Your Name},
110
+ title = {Automated Epistemology Engine (AEE) - Era Version: A Novel Framework for Epistemically-Aware Information Processing},
111
+ year = {2025},
112
+ url = {https://huggingface.co/yourusername/aee-era}
113
+ }
114
+