namespace-Pt commited on
Commit
30f7733
1 Parent(s): 035d9fb

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +0 -14
README.md CHANGED
@@ -65,20 +65,6 @@ with torch.no_grad():
65
  print("*"*20)
66
  ```
67
 
68
- ## Envionment
69
- ```bash
70
- conda create ultragist python=3.10.14
71
-
72
- conda activate ultragist
73
-
74
- conda install pytorch pytorch-cuda=12.1 -c pytorch -c nvidia
75
- pip install transformers==4.39.3 deepspeed==0.14.0 accelerate datasets peft
76
- pip install flash-attn --no-build-isolation
77
-
78
- # these packages are used in evaluation
79
- pip install rouge fuzzywuzzy jieba python-Levenshtein pandas seaborn
80
- ```
81
-
82
  ## Citation
83
  ```
84
  ```
 
65
  print("*"*20)
66
  ```
67
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  ## Citation
69
  ```
70
  ```