Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
datasets:
|
| 4 |
-
- yuan-tian/chartgpt-dataset
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
metrics:
|
|
@@ -125,7 +125,7 @@ print(tokenizer.decode(outputs[0], skip_special_tokens = True))
|
|
| 125 |
|
| 126 |
### Training Data
|
| 127 |
|
| 128 |
-
This model is Fine-tuned from [Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) on the [chartgpt-dataset](https://huggingface.co/datasets/yuan-tian/chartgpt-dataset).
|
| 129 |
|
| 130 |
### Training Procedure
|
| 131 |
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
datasets:
|
| 4 |
+
- yuan-tian/chartgpt-dataset-llama3
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
metrics:
|
|
|
|
| 125 |
|
| 126 |
### Training Data
|
| 127 |
|
| 128 |
+
This model is Fine-tuned from [Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) on the [chartgpt-dataset-llama3](https://huggingface.co/datasets/yuan-tian/chartgpt-dataset-llama3).
|
| 129 |
|
| 130 |
### Training Procedure
|
| 131 |
|