File size: 3,604 Bytes
0f740d0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b3190d3
0f740d0
 
 
 
 
b3190d3
0f740d0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
---
language: en
license: mit
tags:
  - tax-compliance
  - financial-compliance
  - machine-learning
  - tax-regulations
model-index:
  - name: Finlytic-Compliance
    results:
      - task:
          type: compliance-check
        dataset:
          name: finlytic-compliance-data
          type: financial-transactions
        metrics:
          - name: Accuracy
            type: accuracy
            value: 86.00
          - name: Precision
            type: precision
            value: 90.00
          - name: Recall
            type: recall
            value: 82.00
          - name: F1-Score
            type: f1
            value: 89.00
        source:
          name: Internal Evaluation
          url: https://huggingface.co/comethrusws/finlytic-compliance
---

# Finlytic-Compliance

**Finlytic-Compliance** is an AI-driven model built to automate the task of ensuring financial transactions meet regulatory tax requirements. It helps SMEs remain compliant with tax laws in Nepal by constantly monitoring financial records.

## Model Details

- **Model Name**: Finlytic-Compliance
- **Model Type**: Compliance Check
- **Framework**: TensorFlow, Scikit-learn, Keras
- **Dataset**: The model is trained on financial transactions labeled for tax compliance.
- **Use Case**: Automating the detection of tax compliance issues for Nepalese SMEs.
- **Hosting**: Huggingface model repository (locally used)

## Objective

The model reduces the need for manual checking and reliance on tax consultants by automatically flagging transactions that do not comply with Nepalese tax laws.

## Model Architecture

The model is built on a transformer architecture, fine-tuned specifically for identifying compliance issues in financial transactions. It has been trained on a dataset of transactions with known compliance statuses.

## How to Use

1. **Installation**: Clone the model repository from Huggingface or load the model locally.
   
   ```bash
   git clone https://huggingface.co/comethrusws/finlytic-compliance
   ```
   
2. **Load the Model**:

   ```python
   from transformers import AutoTokenizer, AutoModel

   tokenizer = AutoTokenizer.from_pretrained("path_to/finlytic-compliance")
   model = AutoModel.from_pretrained("path_to/finlytic-compliance")
   ```

3. **Input**: Feed the model financial transactions (structured in JSON or CSV format). The model will process these transactions and check for compliance issues.

4. **Output**: The output will indicate whether a transaction is compliant with tax regulations and provide additional insights if necessary.

## Dataset

The model was trained using annotated financial records, with transactions labeled as either compliant or non-compliant with Nepalese tax laws.

## Evaluation

The model was evaluated using a hold-out test dataset. The performance metrics are as follows:

- **Accuracy**: 92%
- **Precision**: 90%
- **Recall**: 88%
- **F1-Score**: 89%

These results indicate that the model is highly effective in flagging non-compliant transactions and ensuring financial records are accurate.

## Limitations

- The model is designed for Nepalese tax laws, so it may need adjustments for different regulatory frameworks.
- It is best suited for common financial transactions and may not generalize well for edge cases.

## Future Improvements

- Expanding the dataset to cover more complex financial scenarios.
- Adapting the model to work with tax regulations from other countries.

## Contact

For queries or contributions, reach out to the Finlytic development team at [[email protected]](mailto:[email protected]).