nuriyev commited on
Commit
c4e0ca5
·
verified ·
1 Parent(s): 1dd3b33

Sync from GitHub

Browse files
.gitattributes ADDED
@@ -0,0 +1 @@
 
 
1
+ assets/vis.gif filter=lfs diff=lfs merge=lfs -text
.github/workflows/sync_hf.yml CHANGED
@@ -15,4 +15,15 @@ jobs:
15
  - name: Push to hub
16
  env:
17
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
18
- run: git push -f https://nuriyev:$HF_TOKEN@huggingface.co/spaces/nuriyev/text2mcdm HEAD:main
 
 
 
 
 
 
 
 
 
 
 
 
15
  - name: Push to hub
16
  env:
17
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
18
+ run: |
19
+ pip install huggingface_hub
20
+ python - <<EOF
21
+ from huggingface_hub import HfApi
22
+ api = HfApi()
23
+ api.upload_folder(
24
+ folder_path=".",
25
+ repo_id="nuriyev/text2mcdm",
26
+ repo_type="space",
27
+ commit_message="Sync from GitHub",
28
+ )
29
+ EOF
.gitignore CHANGED
@@ -1,6 +1,7 @@
1
  .*
2
  !.gitignore
3
  !.github/
 
4
  trash/
5
  __pycache__/
6
  outputs/
 
1
  .*
2
  !.gitignore
3
  !.github/
4
+ !.huggingfaceignore
5
  trash/
6
  __pycache__/
7
  outputs/
.huggingfaceignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ .vscode/
2
+ assets/vis.gif
README.md CHANGED
@@ -13,6 +13,10 @@ pinned: false
13
 
14
  How do you make decisions when your reasoning is messy and contains uncertainty, subjectivity, or contradictions? This project leverages large language models fine-tuned to extract Z-number decision matrix from natural language narrative. The extracted matrix is then analyzed using z-number-based Multi-Criteria Decision-Making (MCDM) methods (TOPSIS, PROMETHEE).
15
 
 
 
 
 
16
  ## Usage
17
 
18
  ```bash
 
13
 
14
  How do you make decisions when your reasoning is messy and contains uncertainty, subjectivity, or contradictions? This project leverages large language models fine-tuned to extract Z-number decision matrix from natural language narrative. The extracted matrix is then analyzed using z-number-based Multi-Criteria Decision-Making (MCDM) methods (TOPSIS, PROMETHEE).
15
 
16
+ [![Demo](./assets/vis.gif)](https://huggingface.co/spaces/nuriyev/text2mcdm)
17
+
18
+ [Demo](https://huggingface.co/spaces/nuriyev/text2mcdm) | [Model](https://huggingface.co/nuriyev/Qwen3-4B-znum-decision-matrix) | [Dataset](https://huggingface.co/datasets/nuriyev/text2mcdm)
19
+
20
  ## Usage
21
 
22
  ```bash
assets/vis.gif ADDED

Git LFS Details

  • SHA256: d43d45079bf41273a385c7c7c1b415a705229a973c640137fb02e2f8636cc39f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.14 MB