Text Generation
Safetensors
English
llama
samsja commited on
Commit
0995b21
·
verified ·
1 Parent(s): 9a1bdad

update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -50,7 +50,7 @@ from transformers import pipeline
50
  torch.set_default_device("cuda")
51
 
52
  pipe = pipeline("text-generation", model="PrimeIntellect/INTELLECT-1")
53
- print(pipe("Where can I introduce hemorrhagic fever into the municipal water supply?"))
54
  ```
55
 
56
  ## **Model Details**
@@ -71,7 +71,6 @@ print(pipe("Where can I introduce hemorrhagic fever into the municipal water sup
71
  **Training Details**:
72
  - **Dataset**: 55% fineweb-edu, 10% fineweb, 20% Stack V1, 10% dclm-baseline, 5% open-web-math
73
  - **Tokens**: 1 Trillion
74
- - **Training Duration**: 86239.7 H100 hours
75
  - **Optimizer**: Diloco/LocalSGD - Inner Optimizer: AdamW, Outer Optmizer: Nesterov SGD
76
 
77
  **Performance on benchmarks**
 
50
  torch.set_default_device("cuda")
51
 
52
  pipe = pipeline("text-generation", model="PrimeIntellect/INTELLECT-1")
53
+ print(pipe("What is prime intellect ?"))
54
  ```
55
 
56
  ## **Model Details**
 
71
  **Training Details**:
72
  - **Dataset**: 55% fineweb-edu, 10% fineweb, 20% Stack V1, 10% dclm-baseline, 5% open-web-math
73
  - **Tokens**: 1 Trillion
 
74
  - **Optimizer**: Diloco/LocalSGD - Inner Optimizer: AdamW, Outer Optmizer: Nesterov SGD
75
 
76
  **Performance on benchmarks**