stoshniwal commited on
Commit
068d21f
1 Parent(s): b26e5d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -16
README.md CHANGED
@@ -57,27 +57,15 @@ The pipeline we used to produce the data and models is fully open-sourced!
57
 
58
  # How to use the models?
59
 
60
- Try to [run inference with our models](https://github.com/Kipok/NeMo-Skills/blob/main/docs/inference.md) with just a few commands!
 
 
 
61
 
62
  # Reproducing our results
63
 
64
  We provide [all instructions](https://github.com/Kipok/NeMo-Skills/blob/main/docs/reproducing-results.md) to fully reproduce our results.
65
 
66
- # Improving other models
67
-
68
- To improve other models or to learn more about our code, read through the docs below.
69
-
70
- - [NeMo-Skills Pipeline](https://github.com/Kipok/NeMo-Skills)
71
- - [Generating synthetic data](https://github.com/Kipok/NeMo-Skills/blob/main/docs/synthetic-data-generation.md)
72
- - [Finetuning models](https://github.com/Kipok/NeMo-Skills/blob/main/docs/finetuning.md)
73
- - [Evaluating models](https://github.com/Kipok/NeMo-Skills/blob/main/docs/evaluation.md)
74
-
75
- In our pipeline we use [NVIDIA NeMo](https://www.nvidia.com/en-us/ai-data-science/generative-ai/nemo-framework/),
76
- an end-to-end, cloud-native framework to build, customize, and deploy generative AI models anywhere.
77
- It includes training and inferencing frameworks, guardrailing toolkits, data curation tools, and pretrained models,
78
- offering enterprises an easy, cost-effective, and fast way to adopt generative AI.
79
-
80
-
81
  ## Citation
82
 
83
  If you find our work useful, please consider citing us!
@@ -90,3 +78,7 @@ If you find our work useful, please consider citing us!
90
  journal = {arXiv preprint arXiv:2410.01560}
91
  }
92
  ```
 
 
 
 
 
57
 
58
  # How to use the models?
59
 
60
+ Our models are fully compatible with Llama3.1-instruct format, so you should be able to just replace an existing Llama3.1 checkpoint and use it in the same way.
61
+ Please note that these models have not been instruction tuned and might not provide good answers outside of math domain.
62
+
63
+ If you don't know how to use Llama3.1 models, we provide convenient [instructions in our repo](https://github.com/Kipok/NeMo-Skills/blob/main/docs/inference.md).
64
 
65
  # Reproducing our results
66
 
67
  We provide [all instructions](https://github.com/Kipok/NeMo-Skills/blob/main/docs/reproducing-results.md) to fully reproduce our results.
68
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
  ## Citation
70
 
71
  If you find our work useful, please consider citing us!
 
78
  journal = {arXiv preprint arXiv:2410.01560}
79
  }
80
  ```
81
+
82
+ ## Terms of use
83
+
84
+ By accessing this model, you are agreeing to the LLama 3.1 terms and conditions of the [license](https://github.com/meta-llama/llama-models/blob/main/models/llama3_1/LICENSE), [acceptable use policy](https://github.com/meta-llama/llama-models/blob/main/models/llama3_1/USE_POLICY.md) and [Meta’s privacy policy](https://www.facebook.com/privacy/policy/)