yniu commited on
Commit
c32916e
·
1 Parent(s): d989672

Update README

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -8,9 +8,9 @@ This model is a fine-tuned version of [StableToolBench-MirrorAPI](https://huggin
8
 
9
  ### Training and evaluation data
10
 
11
- The training data is [`train_cache.json`](https://huggingface.co/datasets/stabletoolbench/MirrorAPI/blob/main/train/train_cache.json).
12
 
13
- The testing data is [`test_cache.json`](https://huggingface.co/datasets/stabletoolbench/MirrorAPI/blob/main/test/test_cache.json).
14
 
15
  # Getting Started
16
 
@@ -23,7 +23,7 @@ Please refer to [LLaMA-Factory/README.md](https://github.com/hiyouga/LLaMA-Facto
23
  ### Data Preparation
24
 
25
  As we use custom datasets, please make sure to add a dataset description in `dataset_info.json` and specify `dataset: dataset_name` before using it.
26
- For instance of adding [`test_cache.json`](https://huggingface.co/datasets/stabletoolbench/MirrorAPI/blob/main/test/test_cache.json):
27
  ```
28
  {
29
  ...
 
8
 
9
  ### Training and evaluation data
10
 
11
+ The training data is [`train_cache.json`](https://huggingface.co/datasets/stabletoolbench/MirrorAPI-Training/blob/main/train_cache.json).
12
 
13
+ The testing data is [`test_cache.json`](https://huggingface.co/datasets/stabletoolbench/MirrorAPI-Bench/blob/main/test_cache.json).
14
 
15
  # Getting Started
16
 
 
23
  ### Data Preparation
24
 
25
  As we use custom datasets, please make sure to add a dataset description in `dataset_info.json` and specify `dataset: dataset_name` before using it.
26
+ For instance of adding [`test_cache.json`](https://huggingface.co/datasets/stabletoolbench/MirrorAPI-Bench/blob/main/test_cache.json):
27
  ```
28
  {
29
  ...