igitman commited on
Commit
fd999a9
1 Parent(s): e1ea17c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -16
README.md CHANGED
@@ -37,27 +37,15 @@ The pipeline we used to produce the data and models is fully open-sourced!
37
 
38
  # How to use the models?
39
 
40
- Try to [run inference with our models](https://github.com/Kipok/NeMo-Skills/blob/main/docs/inference.md) with just a few commands!
 
 
 
41
 
42
  # Reproducing our results
43
 
44
  We provide [all instructions](https://github.com/Kipok/NeMo-Skills/blob/main/docs/reproducing-results.md) to fully reproduce our results.
45
 
46
- # Improving other models
47
-
48
- To improve other models or to learn more about our code, read through the docs below.
49
-
50
- - [NeMo-Skills Pipeline](https://github.com/Kipok/NeMo-Skills)
51
- - [Generating synthetic data](https://github.com/Kipok/NeMo-Skills/blob/main/docs/synthetic-data-generation.md)
52
- - [Finetuning models](https://github.com/Kipok/NeMo-Skills/blob/main/docs/finetuning.md)
53
- - [Evaluating models](https://github.com/Kipok/NeMo-Skills/blob/main/docs/evaluation.md)
54
-
55
- In our pipeline we use [NVIDIA NeMo](https://www.nvidia.com/en-us/ai-data-science/generative-ai/nemo-framework/),
56
- an end-to-end, cloud-native framework to build, customize, and deploy generative AI models anywhere.
57
- It includes training and inferencing frameworks, guardrailing toolkits, data curation tools, and pretrained models,
58
- offering enterprises an easy, cost-effective, and fast way to adopt generative AI.
59
-
60
-
61
  ## Citation
62
 
63
  If you find our work useful, please consider citing us!
@@ -70,3 +58,7 @@ If you find our work useful, please consider citing us!
70
  journal = {arXiv preprint arXiv:2410.01560}
71
  }
72
  ```
 
 
 
 
 
37
 
38
  # How to use the models?
39
 
40
+ 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.
41
+ Please note that these models have not been instruction tuned and might not provide good answers outside of math domain.
42
+
43
+ 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).
44
 
45
  # Reproducing our results
46
 
47
  We provide [all instructions](https://github.com/Kipok/NeMo-Skills/blob/main/docs/reproducing-results.md) to fully reproduce our results.
48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  ## Citation
50
 
51
  If you find our work useful, please consider citing us!
 
58
  journal = {arXiv preprint arXiv:2410.01560}
59
  }
60
  ```
61
+
62
+ ## Terms of use
63
+
64
+ 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/)