File size: 1,538 Bytes
027d52d
8ea11e4
 
 
 
 
 
 
 
 
b12cfae
 
 
8ea11e4
 
 
027d52d
8ea11e4
 
 
04f8ee4
 
6edb844
f49142c
6edb844
 
04f8ee4
6edb844
04f8ee4
6edb844
 
 
 
04f8ee4
6edb844
595bb07
6edb844
 
 
 
 
 
 
 
 
 
8ea11e4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
model-index:
- name: Existence Analysis
  results:
  - task:
      type: text-classification
    dataset:
      name: niltheory/ExistenceTypes
      type: parquet
    metrics:
    - name: Existence Analysis 00
      type: Existence Analysis 00
      value: 70.00
    source:
      name: Open LLM Leaderboard
      url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
language:
- en
metrics:
- accuracy
---

# Existence Analysis Model (EAM)

**Created for**: Compendium Terminum, IP  
**Base Model**: `bert-large-cased-whole-word-masking`

## Iterative Development

### Iteration #1:
- **Initial Model**: Utilized `distilBert` for foundational training.
- **Dataset Size**: 96 entries.
- **Outcome**: Established baseline for accuracy metrics.

### Iteration #2:
- **Model Upgrade**: Transitioned to `bert-base-uncased` from `distilbert-base-uncased`.
- **Dataset Expansion**: Increased from 96 to 296 entries.
- **Performance**: Improved accuracy scores; identified edge cases for refinement.

### Iteration #3:
- **Model Upgrade**: Transitioned to `bert-large-cased-whole-word-masking` from `bert-base-uncased`.
- **Advancements**: Enhanced contextual sensitivity and accuracy.
- **Results**: Demonstrated more nuanced understanding and sensitivity in predictions.

## Observations
- Each iteration has contributed to the model's evolving sophistication, leading to improved interpretive performance and accuracy.
- Continuous evaluation, especially in complex or ambiguous cases, is pivotal for future enhancements.