StevenJingfeng commited on
Commit
90f3431
·
verified ·
1 Parent(s): 25b4e4b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -7
README.md CHANGED
@@ -62,13 +62,9 @@ You can also refer to [BigQuery](https://console.cloud.google.com/bigquery?p=big
62
 
63
  | Code Files | Code Description |
64
  | ------------- | ------------- |
65
- | [blockChainGasPrediction.ipynb](https://huggingface.co/datasets/dkublockchain/FinML_Chain/tree/main/code) |
66
-
67
- Applying FinBert to process discord information
68
-
69
- Applying NAM model to manipulate monotonicity
70
-
71
- Applying Both on-chain data and off-chain data to train the model
72
 
73
  ## Results
74
 
 
62
 
63
  | Code Files | Code Description |
64
  | ------------- | ------------- |
65
+ | [main_dataset_processing_code.ipynb](https://huggingface.co/datasets/dkublockchain/FinML_Chain/blob/main/code/main_dataset_processing_code.ipynb) | Applying FinBert to process discord information; Applying the NAM model to manipulate monotonicity; Applying Both on-chain data and off-chain data to train the model
66
+ | [NAM models.py](https://huggingface.co/datasets/dkublockchain/FinML_Chain/blob/main/code/NAM_models.py) | NAM model
67
+ | [baseline_dataset_processing_code.ipynb](https://huggingface.co/datasets/dkublockchain/FinML_Chain/blob/main/code/baseline_dataset_processing_code.ipynb) | Using linear algorithm, DNN, XGBoost and long-short term memory to predict gas used.
 
 
 
 
68
 
69
  ## Results
70