Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
TejAndrewsACC
/
FiPhi-NeuralMark-V3
like
2
Text Generation
Transformers
PyTorch
English
bert
code
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Community
2
Train
Deploy
Use this model
TejAndrewsACC
commited on
10 days ago
Commit
f39f7d5
·
verified
·
1 Parent(s):
cb5130d
Update model.py
Browse files
Files changed (1)
hide
show
model.py
+1
-1
model.py
CHANGED
Viewed
@@ -50,7 +50,7 @@ PHI = (1 + math.sqrt(5)) / 2
50
51
52
53
-
text = os.getenv("TRAINING_DATA.txt")
54
55
56
50
51
52
53
+
text = os.getenv("
FiPhi-NeuralMark-V3/
TRAINING_DATA.txt")
54
55
56